Skip to content

Commit a5c1f03

Browse files
committed
Merge pull request #5150 from javache/ios9.2
Move tests to Xcode 7.2
2 parents 4bc425c + adfc573 commit a5c1f03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22

3-
osx_image: xcode7
3+
osx_image: xcode7.2
44

55
cache:
66
directories:

scripts/e2e-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Abort the mission if any command fails
44
set -e
5+
set -x
56

67
SCRIPTS=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
78
ROOT=$(dirname $SCRIPTS)
@@ -58,9 +59,8 @@ npm unpublish react-native-cli --force
5859
npm publish $ROOT
5960
npm publish $ROOT/react-native-cli
6061

61-
6262
npm install -g react-native-cli
63-
react-native init EndToEndTest
63+
react-native init EndToEndTest --verbose
6464
cd EndToEndTest/ios
6565

6666
# Make sure we installed local version of react-native

scripts/objc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ trap cleanup EXIT
2828
SERVER_PID=$!
2929
xctool \
3030
-project Examples/UIExplorer/UIExplorer.xcodeproj \
31-
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \
31+
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.2' \
3232
test

0 commit comments

Comments
 (0)