Add appveyor.yml config file

This commit is contained in:
Nate Fischer 2016-01-19 15:53:51 -08:00
parent 5ea67cf06d
commit 2f9f3a3390

17
appveyor.yml Normal file
View File

@ -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