Skip to content

Commit

Permalink
enable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Sep 25, 2015
1 parent 858cedc commit 4af0b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4af0b51

Please sign in to comment.