ci: Now print test names.

pull/3/head
Dustin Oprea 2018-05-02 15:22:12 -04:00
parent 7518b0882a
commit 4d0cad2afb
1 changed files with 2 additions and 2 deletions

View File

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