travis restore xcpretty

ignore Example in codecov.yml
This commit is contained in:
Paul Zabelin
2018-02-19 22:39:18 -08:00
parent 1505d4fac6
commit 08c2e58fd5
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ deploy:
tags: true
all_branches: true
script:
- xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "platform=iOS Simulator,name=iPhone X"
- xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "platform=iOS Simulator,name=iPhone X" | xcpretty
after_success:
- slather coverage -x
- bash <(curl -s https://codecov.io/bash)

2
codecov.yml Normal file
View File

@@ -0,0 +1,2 @@
ignore:
- Example