diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..b3504ad372 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,18 @@ +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