From 09a8b301ca2e5cb3728e591c1eac3a5094e56bb1 Mon Sep 17 00:00:00 2001 From: Hovak Davtyan Date: Thu, 23 May 2019 20:08:18 +0400 Subject: [PATCH] Set Xcode 10.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52309f2..6ffbdd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage -osx_image: xcode10.2.1 +osx_image: xcode10.2 language: swift cache: cocoapods podfile: Example/Podfile