add appveyor.yml

This commit is contained in:
Sebastian McKenzie 2015-11-09 19:02:30 -08:00
parent 5e02ba9b48
commit 306be9eb94

18
appveyor.yml Normal file
View File

@ -0,0 +1,18 @@
version: "{build}"
environment:
nodejs_version: "0.10"
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- make test-ci
build: off