diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..cac1fa5 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,17 @@ +version: '{build}' + +# Install scripts. (runs after repo cloning) +install: + # Get the latest stable version of io.js + - ps: Install-Product node '' + - npm -g install npm@latest + - set PATH=%APPDATA%\npm;%PATH% + - node --version + - npm --version + - npm install + +# No need for MSBuild on this project +build: off + +test_script: + - npm test