Skip to content

Commit

Permalink
Appveyor cleanup (#356)
Browse files Browse the repository at this point in the history
* Appveyor cleanup

* Force appveyor to use npm@3
  • Loading branch information
matteofigus authored and nickbalestra committed Jan 18, 2017
1 parent 2973683 commit 95e5c25
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 @@ -15,8 +15,7 @@ environment:
# Get the stable version of node
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@2.11.3
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g npm@3
- node --version
- npm --version
- npm install
Expand Down

0 comments on commit 95e5c25

Please sign in to comment.