Add appveyor file

This commit is contained in:
Jan Nicklas 2016-01-20 16:24:16 +01:00 committed by Jan Nicklas
parent d5c4e08457
commit a35e5e3b84
1 changed files with 23 additions and 0 deletions

23
appveyor.yml Normal file
View File

@ -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