Skip to content

Commit

Permalink
Merge pull request #5150 from javache/ios9.2
Browse files Browse the repository at this point in the history
Move tests to Xcode 7.2
  • Loading branch information
javache committed Jan 6, 2016
2 parents 4bc425c + adfc573 commit a5c1f03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c

osx_image: xcode7
osx_image: xcode7.2

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions scripts/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/objc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5c1f03

Please sign in to comment.