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: install:
- dep ensure -v - dep ensure -v
- (cd ui && npm install)
script: 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)
- packr - packr
- make test - make test
- make check - make check