提交 31539784 编写于 作者: R Rob Lourens 提交者: GitHub

Merge pull request #34633 from torn4dom4n/master

Using node 7.9.0 after  updated from Electron 1.6.6 to 1.7.3
......@@ -27,8 +27,8 @@ before_install:
- git submodule update --init --recursive
- git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 7.4.0
- nvm use 7.4.0
- nvm install 7.9.0
- nvm use 7.9.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 7.4.0 x64
- ps: Install-Product node 7.9.0 x64
- npm install -g npm@4 --silent
- npm install -g gulp mocha --silent
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册