From acd82ffed24c1046464d94703ab9b37107f9dedf Mon Sep 17 00:00:00 2001 From: zrisher Date: Wed, 12 Apr 2017 17:58:25 -0700 Subject: [PATCH] working on appveyor build --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e7c6385..6d25d5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ install: - ps: Install-Product node $env:nodejs_version x64 - set CI=true - set PATH=%APPDATA%\npm;%PATH% + - npm --version + - npm install --global --production windows-build-tools - npm install test_script: