Skip to content

Commit

Permalink
Update Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
modzelewski committed Sep 24, 2017
1 parent 18c3dfa commit eca1317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8
osx_image: xcode9

script:
- xcodebuild -workspace TRX.xcworkspace -scheme TRXTests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0' test
- xcodebuild -workspace TRX.xcworkspace -scheme TRXTests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.0' test

0 comments on commit eca1317

Please sign in to comment.