diff --git a/.travis.yml b/.travis.yml index 85f7b95..b0a6137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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