Skip to content

Commit

Permalink
make travis pass using Xcode10
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Apr 22, 2019
1 parent 6eecf0d commit 25bf137
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,4 +1,4 @@
os: osx
osx_image: xcode9
osx_image: xcode10
language: objective-c
script: xcodebuild test -project Pitaya.xcodeproj -scheme Pitaya -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest'
script: xcodebuild test -project Pitaya.xcodeproj -scheme Pitaya -destination 'platform=iOS Simulator,name=iPhone Xr,OS=latest'

0 comments on commit 25bf137

Please sign in to comment.