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 74f3d91 commit 2a1c9e1Copy full SHA for 2a1c9e1
.travis.yml
@@ -1,6 +1,6 @@
1
language: objective-c
2
osx_image: xcode8.2
3
-script: xcodebuild test -scheme 'JLRoutes-iOS' -configuration Debug -destination "id=AD8E8C76-910E-437D-88C2-4D6F6EBE3355" -destination "id=808A0798-21A1-4579-B15E-DA3CC5782582" -destination "id=3907EC2E-F6D7-4D05-A226-25056C2C4683"
+script: xcodebuild test -scheme 'JLRoutes-iOS' -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6,OS=8.4" -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" -destination "platform=iOS Simulator,name=iPhone 6,OS=10.2"
4
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
5
after_success:
6
- bash <(curl -s https://codecov.io/bash)
0 commit comments