From eca13179dcbfc8b56e31e71f43cb3c64a78d9128 Mon Sep 17 00:00:00 2001 From: Adam Modzelewski Date: Sun, 24 Sep 2017 14:48:49 +0200 Subject: [PATCH] Update Travis settings --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b8d100..8d4e97b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode8 +osx_image: xcode9 script: -- xcodebuild -workspace TRX.xcworkspace -scheme TRXTests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0' test +- xcodebuild -workspace TRX.xcworkspace -scheme TRXTests -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.0' test