Skip to content

Commit

Permalink
Merge pull request facebook#3802 from exponentjs/node-5
Browse files Browse the repository at this point in the history
[Node 5] Run Travis CI tests with Node 5 and npm 3
  • Loading branch information
James Ide committed Jan 5, 2016
2 parents d87d127 + 84adb6c commit 27d1022
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 @@ -12,7 +12,7 @@ install:
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
- nvm install 4
- nvm install 5
- rm -Rf "${TMPDIR}/jest_preprocess_cache"
- npm config set spin=false
- npm install -g flow-bin@`node -p "require('fs').readFileSync('.flowconfig', 'utf8').split('[version]')[1].trim()"`
Expand Down

0 comments on commit 27d1022

Please sign in to comment.