Remove coveralls.io

This commit is contained in:
Alexander Neumann 2016-09-03 11:06:09 +02:00
parent 48924009fe
commit 9ce40761c8
3 changed files with 0 additions and 3 deletions

View file

@ -150,7 +150,6 @@ func (env *TravisEnvironment) Prepare() error {
for _, pkg := range []string{
"golang.org/x/tools/cmd/cover",
"github.com/mattn/goveralls",
"github.com/pierrre/gotestcover",
} {
err := run("go", "get", pkg)