Skip to content

Commit

Permalink
fix: Update AppVeyor config with ~faster npm install (#252)
Browse files Browse the repository at this point in the history
* Update AppVeyor config with ~faster npm install

Only test against stable and LTS versions of node since AppVeyor goes pretty slow.

* Keep node@0.12 since it's LTS until end of year
  • Loading branch information
JaKXz authored and bcoe committed May 23, 2016
1 parent 53e683b commit df591f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
environment:
matrix:
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '6' # stable
- nodejs_version: '4' # LTS
- nodejs_version: '0.12'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- npm config set progress=false
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
Expand Down

0 comments on commit df591f4

Please sign in to comment.