Travis -- separate js build time from go build time.
This commit is contained in:
parent
45ae984f3b
commit
ea25510a08
|
@ -19,5 +19,6 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
- make build/static/index.html
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue