Adding coverage stats to travis output

This commit is contained in:
Sarah Jamie Lewis 2016-02-27 19:28:54 -08:00
parent ad69913be9
commit 7837ad12ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
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