Commit c2e9c834 by Michael Mifsud

Merge pull request #995 from xzyfer/fix/lock-npm

Lock to npm@2.7.5 in AppVeyor
parents 411a94c1 aedd726e
...@@ -17,9 +17,10 @@ matrix: ...@@ -17,9 +17,10 @@ matrix:
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- npm -g install npm@2.7.5
- node --version - node --version
- npm --version - npm --version
- git submodule update --init --recursive - 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 test_script: npm test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment