From 29f00e0713ae66b6fe18f1ce1a7602e40433c0e6 Mon Sep 17 00:00:00 2001 From: brackendev Date: Fri, 19 Jul 2019 19:39:51 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5242190..4fcb236 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ # * https://www.objc.io/issues/6-build-tools/travis-ci/ # * https://github.com/supermarin/xcpretty#usage -osx_image: xcode10.3 +osx_image: xcode10.2 +xcode_sdk: iphonesimulator12.2 language: objective-c # cache: cocoapods # podfile: Example/Podfile