diff --git a/.travis.yml b/.travis.yml index 4514d9c1..59c167fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ -language: objective-c -osx_image: xcode9 +language: swift +osx_image: xcode10 before_install: - brew update - brew install carthage || brew outdated carthage || brew upgrade carthage @@ -8,6 +8,5 @@ install: branches: only: - master - - feature/swift-3 script: - - set -o pipefail && xcodebuild build test -workspace Haneke.xcworkspace -scheme Haneke-iOS -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.3.1' | xcpretty --color + - set -o pipefail && xcodebuild build test -workspace Haneke.xcworkspace -scheme Haneke-iOS -destination 'platform=iOS Simulator,name=iPhone X,OS=12.0' | xcpretty --color