Skip to content

Commit

Permalink
Use Node 8 instead of 7 in Travis CI
Browse files Browse the repository at this point in the history
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 facebook#15904

Differential Revision: D5814784

Pulled By: hramos

fbshipit-source-id: 5b57293e804e1626fd20c200ed54c7210a6ad915
  • Loading branch information
ide authored and facebook-github-bot committed Sep 12, 2017
1 parent 274e407 commit f6a188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6a188a

Please sign in to comment.