chore: run lint on travis (#613)

This commit is contained in:
Joel Einbinder 2020-01-23 15:24:58 -08:00 committed by Yury Semikhatsky
parent 74e9859b00
commit b8e2bbad66

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"