From c2f6cf06ea9ac2a175df6ebffa4831715a34aa73 Mon Sep 17 00:00:00 2001 From: Ihor Savynskyi Date: Sun, 26 Jan 2020 19:23:55 +0200 Subject: [PATCH] Update CI configuration to use latest Xcode and simulation environment --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf74580..c68f9f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode10.3 +osx_image: xcode11.3 cache: cocoapods podfile: Example/Podfile @@ -8,5 +8,5 @@ before_install: - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild -workspace Example/LayoutInspectorExample.xcworkspace -scheme LayoutInspectorExample -sdk iphonesimulator -destination "platform=iOS Simulator,OS=12.1,name=iPhone Xs Max" -UseModernBuildSystem=YES test +- set -o pipefail && xcodebuild -workspace Example/LayoutInspectorExample.xcworkspace -scheme LayoutInspectorExample -sdk iphonesimulator -destination "platform=iOS Simulator,OS=13.3,name=iPhone 11" -UseModernBuildSystem=YES test - pod lib lint