build with node 6 to workaround VS 2015 update 3 issue

This commit is contained in:
Benjamin Pasero 2016-09-01 11:09:58 +02:00
parent 31bff72a4d
commit 07858d8a92

View file

@ -3,7 +3,7 @@ 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 gulp mocha
build_script: