Merge pull request #372 from thelounge/astorije/npm-test-appveyor

Make sure npm test script gets run on AppVeyor
This commit is contained in:
Max-P 2016-06-02 19:30:32 -04:00
commit 2e967e8375

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