Update to Xcode 7.3 on Travis
Summary:Hopefully this will fix https://travis-ci.org/facebook/react-native/jobs/123444671. Closes https://github.com/facebook/react-native/pull/7008 Differential Revision: D3188875 fb-gh-sync-id: 18d5870437b72fa28502fefd5431b0bb9184b956 fbshipit-source-id: 18d5870437b72fa28502fefd5431b0bb9184b956
This commit is contained in:
parent
9a82c03e1f
commit
6e7b00508e
|
@ -1,9 +1,10 @@
|
|||
language: objective-c
|
||||
|
||||
osx_image: xcode7.2
|
||||
osx_image: xcode7.3
|
||||
|
||||
install:
|
||||
- brew reinstall nvm
|
||||
- brew update
|
||||
- brew reinstall nvm xctool
|
||||
- mkdir -p /Users/travis/build/facebook/.nvm
|
||||
- export NVM_DIR="/Users/travis/build/facebook/.nvm"
|
||||
- source $(brew --prefix nvm)/nvm.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.2' \
|
||||
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.3' \
|
||||
test
|
||||
|
|
Loading…
Reference in New Issue