make test output verbose on travis

This commit is contained in:
Martin Bertschler 2016-01-07 11:58:02 +01:00
parent 9d27152292
commit a19c2e3d70
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ language: go
go:
- tip
script:
- go test ./...
- go test -v ./...
- go build