Skip to content

Commit

Permalink
Add appveyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored and Jan Nicklas committed Jan 20, 2016
1 parent d5c4e08 commit a35e5e3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4

version: "{build}"
build: off
deploy: off
matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version
- npm install

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

0 comments on commit a35e5e3

Please sign in to comment.