Skip to content

Commit

Permalink
fixes for AppVeyor test fail: https://www.appveyor.com/docs/lang/node…
Browse files Browse the repository at this point in the history
  • Loading branch information
im-kulikov committed Oct 4, 2016
1 parent fe4c2ab commit 4544b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ environment:
- nodejs_version: "5.2"
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%APPDATA%\npm;%PATH%
- npm -g install npm@latest
- npm install
build: off
test_script:
Expand Down

0 comments on commit 4544b33

Please sign in to comment.