use node 5.10 in travis

This commit is contained in:
Joao Moreno 2016-04-19 16:15:53 +02:00
parent 36e8de6290
commit aa7ae4353e

View file

@ -21,9 +21,8 @@ before_install:
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install node
- nvm use node
- npm install -g npm@2
- nvm install 5.10
- nvm use 5.10
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then