Add eslint to travis build
This commit is contained in:
parent
d5b6b8d1c3
commit
12d443acfd
|
|
@ -34,6 +34,7 @@ script:
|
||||||
# packr builds a go file for all packr "boxes", this would be f.ex. the spec.json file.
|
# packr builds a go file for all packr "boxes", this would be f.ex. the spec.json file.
|
||||||
- (cd ui && npm run build)
|
- (cd ui && npm run build)
|
||||||
- packr
|
- packr
|
||||||
|
- ui/node_modules/.bin/eslint ui/src
|
||||||
- make test
|
- make test
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue