diff --git a/.travis.yml b/.travis.yml index 4dd7373..b72a74e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - "11.6.0" install: - npm install +test: + - npm run lint + - npm run build #deploy: # local_dir: public # provider: pages