diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..1bb70e3e4 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,21 @@ +environment: + matrix: + - nodejs_version: '6' + - nodejs_version: '5' + - nodejs_version: '4' + - nodejs_version: '0.12' + - nodejs_version: '0.10' +install: + - ps: Install-Product node $env:nodejs_version + - set CI=true + - npm -g install npm@latest + - set PATH=%APPDATA%\npm;%PATH% + - npm install +matrix: + fast_finish: true +build: off +version: '{build}' +test_script: + - node --version + - npm --version + - npm test \ No newline at end of file