Use Node 8 instead of 7 in Travis CI

Summary:
Node 8 is stable and newer and also gives us test coverage for npm 5, which is probably better to use for the E2E tests.
Closes https://github.com/facebook/react-native/pull/15904

Differential Revision: D5814784

Pulled By: hramos

fbshipit-source-id: 5b57293e804e1626fd20c200ed54c7210a6ad915
This commit is contained in:
James Ide 2017-09-12 10:09:05 -07:00 committed by Facebook Github Bot
parent 274e407ad1
commit f6a188aa48
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ language: objective-c
osx_image: xcode8.3
install:
- nvm install 7
- nvm install 8
- rm -Rf "${TMPDIR}/jest_preprocess_cache"
- brew install yarn --ignore-dependencies
- brew install watchman