diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..cf87206 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,7 @@ +environment: + nodejs_version: "6" +install: + - npm install +test_script: + - npm test +build: off