From b64c77633511e616386b9c2dbbe2d59e8c2907a2 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Fri, 30 Sep 2016 17:28:02 +0900 Subject: [PATCH] try again --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a13ed5..2473a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,8 @@ script: xcodebuild -workspace CoreStore.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO clean test | xcpretty -c; fi - if [ $RUN_DEMO == "YES" ]; then - xcodebuild -project "CoreStoreDemo/CoreStoreDemo.xcodeproj" -target "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO clean test | xcpretty -c; - xcodebuild -project "CoreStoreDemo/CoreStoreDemo.xcodeproj" -target "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO clean test | xcpretty -c; + xcodebuild -project "CoreStoreDemo/CoreStoreDemo.xcodeproj" -target "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c; + xcodebuild -project "CoreStoreDemo/CoreStoreDemo.xcodeproj" -target "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c; fi - if [ $POD_LINT == "YES" ]; then pod lib lint --quick;