ci: Now print test names.

This commit is contained in:
Dustin Oprea 2018-05-02 15:22:12 -04:00
parent 7518b0882a
commit 4d0cad2afb

View File

@ -1,8 +1,8 @@
language: go
go:
go:
- tip
install:
- go get -t ./...
- go get github.com/mattn/goveralls
script:
- goveralls -service=travis-ci
- goveralls -v -service=travis-ci