Skip to content

Commit

Permalink
chore(appveyor): use bundled npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 23, 2017
1 parent 178aac4 commit 71e0aec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "node"

matrix:
fast_finish: true

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install

cache:
Expand Down

0 comments on commit 71e0aec

Please sign in to comment.