package fix

This commit is contained in:
iamqizhao
2015-09-25 14:36:22 -07:00
parent 4af0b510f8
commit 6b2f0e9831

View File

@ -3,7 +3,7 @@ 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
- go get golang.org/x/tools/cmd/cover
script:
- make test testrace
- goveralls