remove appveyor

This commit is contained in:
Philipp Kunz 2016-07-14 23:06:50 +02:00
parent 5ef0d6a405
commit 67d6dc2601

View File

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