add appveyor.yml

This commit is contained in:
Sebastian McKenzie 2014-11-10 16:31:32 +11:00
parent 88c6ce4e48
commit b7e6d8f998

17
appveyor.yml Normal file
View File

@ -0,0 +1,17 @@
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
install:
- "npm install"
- "cinst make"
test_script:
- "node --version"
- "npm --version"
- "make test"
build: "off"
version: "{build}"