Skip to content

Commit 697d123

Browse files
committed
more appveyor debugging
1 parent 982aec6 commit 697d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
- npm config set -g strict-ssl=false
2222
# upgrade node-gyp to dodge 2013 compile issue present in the node gyp bundled with node v0.10
2323
# https://github.com/nodejs/node-gyp/issues/972#issuecomment-231055109
24-
- npm install --production node-gyp
2524
- node --version
2625
- npm --version
2726
#- SET PATH=%APPDATA%\npm;%PATH%
@@ -34,6 +33,7 @@ install:
3433
- IF /I "%PLATFORM%" == "x86" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
3534
- npm install
3635
- npm ls
36+
- npm install node-gyp
3737
- npm test
3838

3939
build: off

0 commit comments

Comments
 (0)