Print command that will run on TravisCI

This commit is contained in:
Lukas Spieß 2015-09-09 16:25:09 +02:00
parent c0c973e20a
commit c0fa425c80

View File

@ -30,4 +30,5 @@ script:
COMMAND+=" -destination '$DESTINATION' clean test";
fi
- COMMAND+=" | xcpretty -c"
- eval $COMMAND
- echo $COMMAND
- eval $COMMAND