diff --git a/.travis.yml b/.travis.yml index 49cff8e..0299c94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,10 @@ node_js: - "9" - "10" - "node" + +install: + - npm install + +script: + - npm run lint + - npm test