diff --git a/appveyor.yml b/appveyor.yml index 115ca93..6a5b63a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,6 @@ install: - md public - npm install --global --production windows-build-tools - npm install +build: off test_script: - - npm run test \ No newline at end of file + - npm run lint \ No newline at end of file