8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe516df commit 92d98d0Copy full SHA for 92d98d0
.travis.yml
@@ -3,4 +3,4 @@ osx_image: xcode7.1
3
script:
4
- xcodebuild -scheme SwiftExample -workspace SwiftExample.xcworkspace -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6S,OS=9.1' build test
5
after_success:
6
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/2476352d3ee3eb5c65795f9472b163ab0ac8933e/codecov) -X xcodepartials
0 commit comments