Run the linter on CI

This commit is contained in:
Christian Paul
2019-10-10 21:05:24 +02:00
parent b07786c547
commit b2e491d9ea

View File

@@ -3,3 +3,7 @@ node_js:
- "8"
- "10"
- "12"
script:
- npm run-script lint
- npm test