Skip to content

Commit

Permalink
Add coverage reports to Travis-CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
parabolala committed Jun 8, 2014
1 parent 177f214 commit 4a127b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1 +1,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
script:
- $HOME/gopath/bin/goveralls -repotoken 3Tqtm74sm5Mm2s9JsNc7JYlrYlrIsk0pw

0 comments on commit 4a127b9

Please sign in to comment.