Add eslint to travis build

This commit is contained in:
Jannis Mattheis 2018-03-16 17:48:15 +01:00 committed by Jannis Mattheis
parent d5b6b8d1c3
commit 12d443acfd
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ script:
# packr builds a go file for all packr "boxes", this would be f.ex. the spec.json file.
- (cd ui && npm run build)
- packr
- ui/node_modules/.bin/eslint ui/src
- make test
- make check