Skip to content

Commit

Permalink
Use 'test' instead of 'build test'
Browse files Browse the repository at this point in the history
  • Loading branch information
y-zeng committed Jun 28, 2016
1 parent 431c832 commit b34608e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ before_script:
script:
- if [ "${BUILD_ONLY}" = "true" ]; then
xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"
-sdk iphonesimulator9.3 clean build;
-sdk iphonesimulator9.3 build;
else
xctool -workspace "$TEST_PATH/$WORKSPACE" -scheme "$SCHEME"
-sdk iphonesimulator9.3 build test;
-sdk iphonesimulator9.3 test;
fi
notifications:
email: false

0 comments on commit b34608e

Please sign in to comment.