From b34608eff20e73f637eb68e8236830e3f79058ea Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Tue, 28 Jun 2016 12:22:25 -0700 Subject: Use 'test' instead of 'build test' --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 42fa7608a2..fcdfd8b2bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3