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"