Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
renssies committed Jul 5, 2018
1 parent 440be71 commit f275a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

language: swift
osx_image: xcode8.3
xcode_sdk: iphonesimulator10.3
osx_image: xcode9.4
xcode_sdk: iphonesimulator11.4
script:
- xcodebuild clean build test -project Trekker.xcodeproj -scheme Trekker -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1'
- xcodebuild clean build test -project Trekker.xcodeproj -scheme Trekker -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.4'

0 comments on commit f275a8c

Please sign in to comment.