Skip to content

Commit

Permalink
Travis CI: Use Xcode 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsurti committed Oct 18, 2017
1 parent 04cee69 commit a603ac7
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.3
osx_image: xcode9.1

env:
global:
Expand Down Expand Up @@ -36,4 +36,4 @@ script:
- xcodebuild -project AssimpKit/Library/Library.xcodeproj -scheme AssimpKitTests_iOS -destination 'platform=iOS Simulator,OS=10.0,name=iPhone 6' clean test

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit a603ac7

Please sign in to comment.