diff --git a/appveyor.yml b/appveyor.yml index a3913da1..1129f71f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,9 @@ install: test_script: - node --version - npm --version - - npm test + - npm run test:mocha + - npm run lint:js + - npm run lint:css # Don't actually build build: off