Skip to content

Commit

Permalink
Update CI to iOS 12 and Xcode 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Nov 23, 2018
1 parent fca7d55 commit 7464bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: xcode9.4
xcode_sdk: iphonesimulator11.4
osx_image: xcode10.1
xcode_sdk: iphonesimulator12.0
script:
- xcodebuild clean build test -project Trekker.xcodeproj -scheme Trekker -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.4'
- xcodebuild clean build test -project Trekker.xcodeproj -scheme Trekker -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0'
2 changes: 1 addition & 1 deletion Trekker.xcodeproj/xcshareddata/xcschemes/Trekker.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 7464bbe

Please sign in to comment.