diff --git a/appveyor.yml b/appveyor.yml index 1129f71f..c47fc293 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ install: test_script: - node --version - npm --version + - npm test - npm run test:mocha - npm run lint:js - npm run lint:css