chore: run lint on travis

This commit is contained in:
Joel Einbinder 2020-01-23 15:22:39 -08:00
parent 74e9859b00
commit 51bc4457d1

View file

@ -26,6 +26,7 @@ cache:
- node_modules
script:
- "npm run build"
- "npm run lint"
- "xvfb-run --auto-servernum npm run unit"
- "xvfb-run --auto-servernum npm run funit"
- "xvfb-run --auto-servernum npm run wunit"