From 717a18c09c81b8c3cfc5964010cc912d7d686852 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Sun, 1 Nov 2015 08:53:44 +0200 Subject: [PATCH] remove command line parameter from xcpretty to clean up build log --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34197fe8..b7237531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: - set -o pipefail - git submodule update --init --recursive - xcodebuild -version - - xcodebuild -workspace DTTableViewManager.xcworkspace -scheme "$SCHEME" -configuration Debug -sdk "$SDK" -destination "$DESTINATION" test -enableCodeCoverage YES | xcpretty -tc + - xcodebuild -workspace DTTableViewManager.xcworkspace -scheme "$SCHEME" -configuration Debug -sdk "$SDK" -destination "$DESTINATION" test -enableCodeCoverage YES | xcpretty after_success: - bash <(curl -s https://codecov.io/bash)