use node 6.6.0

This commit is contained in:
Benjamin Pasero 2016-09-20 09:58:58 +02:00
parent 6857affcf3
commit 558526d1ed
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -3,7 +3,7 @@ environment:
VSCODE_BUILD_VERBOSE: true VSCODE_BUILD_VERBOSE: true
install: install:
- ps: Install-Product node 6.5.0 x64 - ps: Install-Product node 6.6.0 x64
- npm install -g npm - npm install -g npm
- npm install -g gulp mocha - npm install -g gulp mocha