Skip to content

Commit

Permalink
Update travis config to work with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Maccharoli committed Sep 23, 2017
1 parent 765f01f commit ba4364a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: objective-c
osx_image: xcode8.3
osx_image: xcode9

script:
- xcodebuild -scheme Attributed build test -destination 'OS=10.3.1,name=iPhone 7 Plus'
- xcodebuild -scheme Attributed build test -destination 'OS=11.0,name=iPhone 7 Plus'

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

0 comments on commit ba4364a

Please sign in to comment.