Merge pull request #2548 from exponentjs/node-convergence-tests

[Node 4] Update .travis.yml to install Node 4.x
This commit is contained in:
Christoph Pojer 2015-09-16 11:19:58 -07:00
commit e056c628f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install:
- mkdir -p .nvm
- export NVM_DIR="$PWD/.nvm"
- source $(brew --prefix nvm)/nvm.sh
- nvm install iojs-v3
- nvm install 4
- rm -Rf `node -p "require('os').tmpDir()"`/jest_preprocess_cache
- npm install -g flow-bin@`node -p "require('fs').readFileSync('.flowconfig', 'utf8').split('[version]')[1].trim()"`
- npm config set spin=false