Add build ui step to travis ci

This commit is contained in:
Jannis Mattheis 2018-03-16 17:05:42 +01:00 committed by Jannis Mattheis
parent 9e49849039
commit 886e4bb102
1 changed files with 2 additions and 0 deletions

View File

@ -28,9 +28,11 @@ before_install:
install:
- dep ensure -v
- (cd ui && npm install)
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
- make test
- make check