From adfc573a75977fbc7c69c23db7a65af78f05112a Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Wed, 6 Jan 2016 10:50:08 +0000 Subject: [PATCH] Move tests to iOS9.2 --- .travis.yml | 2 +- scripts/e2e-test.sh | 4 ++-- scripts/objc-test.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25221640f..67ac1cc42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: objective-c -osx_image: xcode7 +osx_image: xcode7.2 cache: directories: diff --git a/scripts/e2e-test.sh b/scripts/e2e-test.sh index e51a40827..731a96edf 100755 --- a/scripts/e2e-test.sh +++ b/scripts/e2e-test.sh @@ -2,6 +2,7 @@ # Abort the mission if any command fails set -e +set -x SCRIPTS=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) ROOT=$(dirname $SCRIPTS) @@ -58,9 +59,8 @@ npm unpublish react-native-cli --force npm publish $ROOT npm publish $ROOT/react-native-cli - npm install -g react-native-cli -react-native init EndToEndTest +react-native init EndToEndTest --verbose cd EndToEndTest/ios # Make sure we installed local version of react-native diff --git a/scripts/objc-test.sh b/scripts/objc-test.sh index 7a68e2107..ce41e798d 100755 --- a/scripts/objc-test.sh +++ b/scripts/objc-test.sh @@ -28,5 +28,5 @@ trap cleanup EXIT SERVER_PID=$! xctool \ -project Examples/UIExplorer/UIExplorer.xcodeproj \ - -scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \ + -scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.2' \ test