Add goveralls

This commit is contained in:
Thomas Pelletier
2015-07-16 23:51:41 -07:00
parent 8fc7451ffc
commit d61c80733b
+6
View File
@@ -7,3 +7,9 @@ go:
- 1.3
- 1.4.1
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci