提交 558526d1 编写于 作者: B Benjamin Pasero

use node 6.6.0

上级 6857affc
......@@ -27,8 +27,8 @@ before_install:
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 5.10
- nvm use 5.10
- nvm install 6.6.0
- nvm use 6.6.0
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then
......
......@@ -3,7 +3,7 @@ environment:
VSCODE_BUILD_VERBOSE: true
install:
- ps: Install-Product node 6.5.0 x64
- ps: Install-Product node 6.6.0 x64
- npm install -g npm
- npm install -g gulp mocha
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册