Skip to content

Commit

Permalink
Build: Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Mar 12, 2016
1 parent c4a86da commit 6585c66
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
environment:
matrix:
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- set AVA_APPVEYOR=true
- npm install -g npm@latest || (timeout 30 && npm install -g npm@latest)
- npm install -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install || (timeout 30 && npm install)
- npm install
matrix:
fast_finish: true
build: off
Expand All @@ -20,4 +17,4 @@ clone_depth: 1
test_script:
- node --version
- npm --version
- npm test || (timeout 30 && npm test)
- npm test

0 comments on commit 6585c66

Please # to comment.