Skip to content

Commit

Permalink
Update CI settings (#57)
Browse files Browse the repository at this point in the history
* Update CI settings

* Update .travis.yml
  • Loading branch information
Nicholas Maccharoli authored Sep 25, 2018
1 parent c9b75a2 commit 35bed3d
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,8 +1,8 @@
language: objective-c
osx_image: xcode9
osx_image: xcode10

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

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

0 comments on commit 35bed3d

Please sign in to comment.