Run linter before tests in Travis-CI

This commit is contained in:
2018-11-18 23:23:21 +00:00
parent 62b8f73f82
commit 97d3366fb6

View File

@@ -10,3 +10,7 @@ node_js:
- "9"
- "10"
- "11"
script:
- npm run lint
- npm test