use latest node in travis

This commit is contained in:
Joao Moreno 2016-02-19 10:27:09 +01:00
parent f603380e26
commit 9b8b68f12d

View file

@ -21,8 +21,8 @@ before_install:
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 0.12
- nvm use 0.12
- nvm install node
- nvm use node
- npm install -g npm@2
- npm config set python `which python`
- npm install -g gulp