Skip to content

Commit d0d7c23

Browse files
committed
more appveyor debugging
1 parent 982aec6 commit d0d7c23

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%
@@ -33,6 +32,7 @@ install:
3332
- IF /I "%PLATFORM%" == "x64" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3433
- IF /I "%PLATFORM%" == "x86" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
3534
- npm install
35+
- npm install node-gyp
3636
- npm ls
3737
- npm test
3838

0 commit comments

Comments
 (0)