babel/appveyor.yml
Sebastian McKenzie 306be9eb94 add appveyor.yml
2015-11-09 19:02:30 -08:00

19 lines
242 B
YAML

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