chore: run lint on travis (#613)
This commit is contained in:
parent
74e9859b00
commit
b8e2bbad66
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue