babel/appveyor.yml
Sebastian McKenzie b7e6d8f998 add appveyor.yml
2014-11-10 16:31:32 +11:00

18 lines
226 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"
build: "off"
version: "{build}"