Commit 310d7818 by Michael Mifsud

Merge pull request #1024 from saper/NoPSnpm

Don't launch npm in the PowerShell
parents 65a89246 f95af465
......@@ -17,10 +17,9 @@ 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: C:\Users\appveyor\AppData\Roaming\npm\npm.cmd install --msvs_version=2013
- npm install --msvs_version=2013
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