mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
.travis.yml: also build main binary in Travis CI build.
This commit is contained in:
parent
bdb2cdbc35
commit
65b6e9138d
1 changed files with 3 additions and 1 deletions
|
|
@ -5,4 +5,6 @@ go:
|
||||||
|
|
||||||
go_import_path: mumble.info/grumble
|
go_import_path: mumble.info/grumble
|
||||||
|
|
||||||
script: go test -v ./...
|
script:
|
||||||
|
- go build mumble.info/grumble/cmd/grumble
|
||||||
|
- go test -v ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue