mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Update travis config to test on node 6
Summary: This should get our node environments to match between internal tests and Travis runs Closes https://github.com/facebook/react-native/pull/12624 Differential Revision: D4630451 Pulled By: hramos fbshipit-source-id: 57db3411c9e7b20f13e9f5b37d663fa1726c08e3
This commit is contained in:
parent
9309bd00bb
commit
406a4c04d3
@ -8,7 +8,9 @@ install:
|
|||||||
- brew install nvm
|
- brew install nvm
|
||||||
- source $(brew --prefix nvm)/nvm.sh
|
- source $(brew --prefix nvm)/nvm.sh
|
||||||
# TODO npm 2 started stalling on Travis, t11852928
|
# TODO npm 2 started stalling on Travis, t11852928
|
||||||
- nvm install 5
|
|
||||||
|
# Use node 6 because that is what runs on land-blocking tests
|
||||||
|
- nvm install 6
|
||||||
- rm -Rf "${TMPDIR}/jest_preprocess_cache"
|
- rm -Rf "${TMPDIR}/jest_preprocess_cache"
|
||||||
- wget https://github.com/yarnpkg/yarn/releases/download/v0.16.0/yarn-0.16.0.js
|
- wget https://github.com/yarnpkg/yarn/releases/download/v0.16.0/yarn-0.16.0.js
|
||||||
- export yarn="node $(pwd)/yarn-0.16.0.js"
|
- export yarn="node $(pwd)/yarn-0.16.0.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user