Skip to content

Commit af819a8

Browse files
committed
Fixed nvm for travis CI
Summary: NVM started failing on Travis Closes #7411 Differential Revision: D3265199 fb-gh-sync-id: 6c80210cafb0ec6510073ce913a36eb7edcac2c6 fbshipit-source-id: 6c80210cafb0ec6510073ce913a36eb7edcac2c6
1 parent 8714c9b commit af819a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ osx_image: xcode7.3
55
install:
66
- mkdir -p /Users/travis/build/facebook/.nvm
77
- export NVM_DIR="/Users/travis/build/facebook/.nvm"
8+
- brew install nvm
89
- source $(brew --prefix nvm)/nvm.sh
910
# testing with npm@2 for diversity, Circle tests with npm@3
1011
- nvm install 4.4.3

0 commit comments

Comments
 (0)