Skip to content

Commit

Permalink
Merge pull request #52 from amilajack/patch-2
Browse files Browse the repository at this point in the history
Added appveyor support
  • Loading branch information
gabelevi authored Sep 25, 2016
2 parents 669513d + 8e9bcca commit 4ca36fb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
environment:
matrix:
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: '0.12'
- nodejs_version: '0.10'

matrix:
fast_finish: true

build: off

version: '{build}'

shallow_clone: true

clone_depth: 1

install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- npm install -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install --loglevel=warn
- make test

test_script:
- node --version
- npm --version
- npm run test

0 comments on commit 4ca36fb

Please sign in to comment.