add appveyor.yml
This commit is contained in:
parent
88c6ce4e48
commit
b7e6d8f998
17
appveyor.yml
Normal file
17
appveyor.yml
Normal 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}"
|
||||
Loading…
x
Reference in New Issue
Block a user