Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Sep 22, 2018
1 parent 7fd7a56 commit c03f8e7
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,3 +1,3 @@
language: objective-c
osx_image: xcode9.4
script: xcodebuild -scheme Blahker clean && xcodebuild -sdk iphonesimulator -project Blahker.xcodeproj -scheme Blahker -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' test
osx_image: xcode10
script: xcodebuild -scheme Blahker clean && xcodebuild -sdk iphonesimulator -project Blahker.xcodeproj -scheme Blahker -destination 'platform=iOS Simulator,name=iPhone X,OS=12.0' test

0 comments on commit c03f8e7

Please sign in to comment.