Skip to content

Commit

Permalink
Try to fix appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jul 9, 2017
1 parent 19003ba commit 6b97ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -16,7 +16,7 @@ platform:
- x64
install:
- ps: Install-Product node $env:nodejs_version
- if [[ `node -v` =~ ^[0-4] ]]; then npm i -g npm@3; fi
- cmd: if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi
- npm install
test_script:
# Output useful info for debugging.
Expand Down

0 comments on commit 6b97ac0

Please sign in to comment.