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 2c81b4f commit 77d8586Copy full SHA for 77d8586
.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://raw.githubusercontent.com/codecov/codecov-bash/3c3a0f9704a5b7820540b76edfbf502bed267ae3/codecov)
+ - bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/3c3a0f9704a5b7820540b76edfbf502bed267ae3/codecov) -X xcode -X xcodeplist
0 commit comments