diff --git a/.travis.yml b/.travis.yml index adce650..11aa769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage -osx_image: xcode9 +osx_image: xcode10 language: objective-c xcode-project: Pastel.xcworkspace xcode_scheme: Pastel -xcode_sdk: iphonesimulator10.3 +xcode_sdk: iphonesimulator12 # cache: cocoapods # podfile: Example/Podfile # before_install: