Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldev committed Apr 6, 2017
1 parent 74f3d91 commit 2a1c9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
osx_image: xcode8.2
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"
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 2a1c9e1

Please sign in to comment.