Make sure npm test script gets run on AppVeyor

This commit is contained in:
Jérémie Astori 2016-05-31 21:19:43 -04:00
parent 327064b5ee
commit 308ac9404e

View File

@ -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