From 896f1542a6fa8beb065a80399e4b2b65b94dd492 Mon Sep 17 00:00:00 2001 From: Benzi Date: Tue, 1 Jan 2019 11:22:46 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ded3f5..9c5e46a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,10 @@ script: - set -o pipefail - xcodebuild -version - xcodebuild -showsdks - - instruments -s devices # build the scheme + run tests # debug - xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test -verbose | xcpretty - xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO -verbose | xcpretty after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)