From f0e06a2738a6d7ea46674efb71714b5b984faa14 Mon Sep 17 00:00:00 2001 From: Eric Vennaro Date: Wed, 5 Oct 2016 19:40:35 -0400 Subject: [PATCH] switched project to workspace --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8085107..8f383cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: fi - if [ $RUN_TESTS == "YES" ]; then - xcodebuild test -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO | xcpretty -c; + xcodebuild test -workspace "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO | xcpretty -c; else xcodebuild clean build -workspace "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO | xcpretty -c; fi