Skip to content

Commit

Permalink
remove command line parameter from xcpretty to clean up build log
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Nov 1, 2015
1 parent 706e825 commit 717a18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 717a18c

Please sign in to comment.