diff --git a/.travis.yml b/.travis.yml index 7789109..f64830c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ node_js: - "8" - "10" - "12" + +script: + - npm run-script lint + - npm test