add appveyor.yml

This commit is contained in:
Philipp Kunz 2016-05-23 08:24:17 +02:00
parent c0b5e2805f
commit 322335f2e5

10
appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
environment:
nodejs_version: "4"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- npm test
build: off