Skip to content

Commit 2a1c9e1

Browse files
committed
Updated travis config
1 parent 74f3d91 commit 2a1c9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22
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"
3+
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"
44
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
55
after_success:
66
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)