Skip to content

Commit

Permalink
Fix nodejs/node-gyp#972 (comment) [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
tptee committed Apr 16, 2017
1 parent 3e7acca commit 9bfd0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ install:

- cmd: SET PATH=%cd%\node_modules\.bin\;%PATH%
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
- cmd: IF %nodejs_version% LSS 1 npm -g install npm
- cmd: IF %nodejs_version% LSS 1 set PATH=%APPDATA%\npm;%PATH%
- cmd: IF %nodejs_version% LSS 6 npm -g install npm
- cmd: IF %nodejs_version% LSS 6 set PATH=%APPDATA%\npm;%PATH%

- cmd: SET COMMIT_MSG="%APPVEYOR_REPO_COMMIT_MESSAGE%"
- cmd: SET PUBLISH_BINARY=false
Expand Down

0 comments on commit 9bfd0e0

Please sign in to comment.