Add appveyor build script for windows

This commit is contained in:
lukasmartinelli 2016-11-23 10:07:13 +01:00
parent d62575b965
commit 18ede0b97b

12
appveyor.yml Normal file
View file

@ -0,0 +1,12 @@
environment:
nodejs_version: "5.11"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script:
- npm run build
test_script:
- node --version
- npm --version
- npm run lint
- npm test