提交 6d8fe5c6 编写于 作者: B Benjamin Pasero 提交者: GitHub

Merge pull request #11374 from Microsoft/ben/appveyor

build with node 6 to workaround VS 2015 update 3 issue
......@@ -3,7 +3,8 @@ environment:
VSCODE_BUILD_VERBOSE: true
install:
- ps: Install-Product node 5.10.1 x64
- ps: Install-Product node 6.5.0 x64
- npm install -g npm
- npm install -g gulp mocha
build_script:
......@@ -12,5 +13,7 @@ build_script:
- gulp compile
test_script:
- node --version
- npm --version
- .\scripts\test.bat
- .\scripts\test-integration.bat
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册