babel/appveyor.yml
2014-11-10 21:09:04 +11:00

18 lines
235 B
YAML

environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
install:
- "npm install"
- "cinst make"
test_script:
- "node --version"
- "npm --version"
- "make test-appveyor"
build: "off"
version: "{build}"