specify package

This commit is contained in:
iamqizhao
2015-09-25 15:03:12 -07:00
parent 6b2f0e9831
commit f911b7542e

View File

@ -6,4 +6,4 @@ before_install:
- go get golang.org/x/tools/cmd/cover
script:
- make test testrace
- goveralls
- goveralls -package="google.golang.org/grpc"