Skip to content

Commit

Permalink
test with more various versions on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jan 4, 2016
1 parent ad87311 commit 201bc08
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
init:
- git config --global core.autocrlf input

build: off
version: '{build}'
shallow_clone: true
skip_tags: true

environment:
matrix:
- nodejs_version: '5'
- nodejs_version: '0'
- nodejs_version: '0.10'

install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install

build: off
matrix:
fast_finish: true

test_script:
- node --version
Expand Down

0 comments on commit 201bc08

Please sign in to comment.