From 7af4a3f440d7455988958466d911b4c100249cc5 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 1 Sep 2016 11:38:08 +0200 Subject: [PATCH] try harder --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4fec1b70b5b..67d80cae24f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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