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 ff93a7c commit 979afe2Copy full SHA for 979afe2
.travis.yml
@@ -2,5 +2,6 @@ language: objective-c
2
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
+ - find ~/Library/Developer/Xcode/DerivedData -name '*.xccoverage'
6
after_success:
7
- bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/adcc50b0f6d319edde4e40237bca603869e31f3d/codecov) -X xcode -X xcodeplist
0 commit comments