.travis.yml: also build main binary in Travis CI build.

This commit is contained in:
Mikkel Krautz 2016-10-15 10:41:59 +02:00
parent bdb2cdbc35
commit 65b6e9138d

View file

@ -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 ./...