diff --git a/.travis.yml b/.travis.yml index e52163c..a8a832b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,6 @@ language: node_js node_js: - lts/* cache: yarn +script: + - yarn test + - yarn lint