Adding coverage stats to travis output
This commit is contained in:
parent
ad69913be9
commit
7837ad12ab
|
@ -1,3 +1,3 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
script: go get github.com/golang/protobuf/proto && go get h12.me/socks && go test
|
script: go get github.com/golang/protobuf/proto && go get h12.me/socks && go test -cover
|
||||||
|
|
Loading…
Reference in New Issue