Skip to content

Commit f6a188a

Browse files
idefacebook-github-bot
authored andcommitted
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 #15904 Differential Revision: D5814784 Pulled By: hramos fbshipit-source-id: 5b57293e804e1626fd20c200ed54c7210a6ad915
1 parent 274e407 commit f6a188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: objective-c
33
osx_image: xcode8.3
44

55
install:
6-
- nvm install 7
6+
- nvm install 8
77
- rm -Rf "${TMPDIR}/jest_preprocess_cache"
88
- brew install yarn --ignore-dependencies
99
- brew install watchman

0 commit comments

Comments
 (0)