From bb56860a7927ba5a5471b084ee6bbc20814f7304 Mon Sep 17 00:00:00 2001 From: Peter Livesey Date: Thu, 17 May 2018 14:03:24 -0700 Subject: [PATCH] Updating the xcode version and build script for travis --- .travis.yml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7791eb8..d59432b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode9.2 +osx_image: xcode9.3 script: sh build.sh after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/build.sh b/build.sh index 141c0d4..d7c59c4 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -o pipefail && time xcodebuild clean test \ -workspace RocketData.xcworkspace \ -scheme RocketData \ - -sdk iphonesimulator11.2 \ + -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \ -destination 'platform=iOS Simulator,name=iPhone X,OS=11.1' \ | xcpretty