From cd551701c6f145c57ca7ac1eca9119d946596fc5 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 8 Nov 2019 18:09:16 +0100 Subject: [PATCH] Clean up CI --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 912df3f..675c7f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: objective-c +language: swift branches: only: @@ -6,8 +6,7 @@ branches: xcode_project: JASON.xcodeproj xcode_scheme: JASONTests -osx_image: xcode8 -xcode_sdk: iphonesimulator10.0 +osx_image: xcode11.2 script: - - xcodebuild test -project JASON.xcodeproj -scheme "JASON iOS" -destination "platform=iOS Simulator,name=iPhone 6s" + - xcodebuild test -project JASON.xcodeproj -scheme "JASON iOS" -destination "platform=iOS Simulator,name=iPhone 11"