Add lint to Travis

Fix linting
This commit is contained in:
Dolan
2017-09-17 00:01:09 +01:00
parent 72e89cfc3c
commit 19b122684c
4 changed files with 6 additions and 5 deletions

View File

@ -4,6 +4,7 @@ node_js:
install:
- npm install
script:
- npm run lint
- npm test
after_failure:
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"