From 9a24a3fd87933a5b7c52c361bb092c99d540827f Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Tue, 25 Apr 2017 12:06:37 +0300 Subject: [PATCH] Ok, while we here, let's also update cocoapods to latest release and test against Xcode 8.3 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f83534e..481d430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -osx_image: xcode8.2 +osx_image: xcode8.3 language: objective-c podfile: Demo/Podfile cache: cocoapods before_install: - - gem install cocoapods -v '1.2.0.beta.1' + - gem install cocoapods -v '1.2.1' - pod repo update -script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='9.1',name='iPhone 6s' build test | xcpretty -c --test +script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='10.3',name='iPhone 6s' build test | xcpretty -c --test