Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #995 from xzyfer/fix/lock-npm
Browse files Browse the repository at this point in the history
Lock to npm@2.7.5 in AppVeyor
  • Loading branch information
xzyfer committed Jun 10, 2015
2 parents 411a94c + aedd726 commit c2e9c83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ matrix:

install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@2.7.5
- node --version
- npm --version
- git submodule update --init --recursive
- ps: npm install --msvs_version=2013
- ps: C:\Users\appveyor\AppData\Roaming\npm\npm.cmd install --msvs_version=2013

test_script: npm test

0 comments on commit c2e9c83

Please # to comment.