enable test coverage

This commit is contained in:
iamqizhao
2015-09-25 14:30:24 -07:00
parent 858cedcff2
commit 4af0b510f8

View File

@ -1,4 +1,9 @@
language: go
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
script:
- make test testrace
- goveralls