From ffea06ee7eee058d10bed9e5c3a709758684d1b8 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Fri, 30 Sep 2016 19:16:14 +0900 Subject: [PATCH] try again --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e405e1..9f72063 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ script: fi - if [ $RUN_DEMO == "YES" ]; then xcodebuild -workspace CoreStore.xcworkspace -scheme "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c; - xcodebuild -workspace CoreStore.xcworkspace -scheme "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;