Skip to content

Commit

Permalink
Use Xcode 9.1 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Nov 2, 2017
1 parent 6c7dd3a commit 9a7e6cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
osx_image: xcode9
osx_image: xcode9.1
language: objective-c
sudo: required
env:
global:
- PROJECT="Then.xcodeproj"
- SCHEME="Then-Package"
- IOS_SDK="iphonesimulator11.0"
- IOS_SDK="iphonesimulator11.1"
- MACOS_SDK="macosx10.13"
- TVOS_SDK="appletvsimulator11.0"
- TVOS_SDK="appletvsimulator11.1"
- FRAMEWORK="Then"
matrix:
- SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.0"
- SDK="$IOS_SDK" DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.1"
- SDK="$MACOS_SDK" DESTINATION="arch=x86_64"
- SDK="$TVOS_SDK" DESTINATION="OS=11.0,name=Apple TV 1080p"
- SDK="$TVOS_SDK" DESTINATION="OS=11.1,name=Apple TV 1080p"

install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
Expand Down

0 comments on commit 9a7e6cb

Please sign in to comment.