try harder

This commit is contained in:
Benjamin Pasero 2016-09-01 11:38:08 +02:00
parent 07858d8a92
commit 7af4a3f440

View file

@ -4,6 +4,7 @@ environment:
install:
- 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