Skip to content

Commit

Permalink
[Node 5] Run Travis CI tests with Node 5 and npm 3
Browse files Browse the repository at this point in the history
Updates the Travis CI environment to install Node 5.
  • Loading branch information
ide committed Jan 4, 2016
1 parent d87d127 commit 84adb6c
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 84adb6c

Please sign in to comment.