diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..fa8b499 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +init: + - git config --global core.autocrlf input + +environment: + matrix: + - nodejs_version: 0.10 + - nodejs_version: 0.11 + - nodejs_version: 0.12 + +install: + - ps: Install-Product node $env:nodejs_version + - npm install + +build: off + +test_script: + - node --version + - npm --version + - npm test