mirror of https://github.com/restic/restic.git
Remove coveralls.io
This commit is contained in:
parent
48924009fe
commit
9ce40761c8
|
@ -45,7 +45,6 @@ RUN mkdir -p $HOME/restic
|
|||
# pre-install tools, this speeds up running the tests itself
|
||||
RUN go get github.com/constabulary/gb/...
|
||||
RUN go get golang.org/x/tools/cmd/cover
|
||||
RUN go get github.com/mattn/goveralls
|
||||
RUN go get github.com/mitchellh/gox
|
||||
RUN go get github.com/pierrre/gotestcover
|
||||
RUN mkdir $HOME/bin \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
[](https://travis-ci.org/restic/restic)
|
||||
[](https://ci.appveyor.com/project/fd0/restic/branch/master)
|
||||
[](http://goreportcard.com/report/github.com/restic/restic)
|
||||
[](https://coveralls.io/r/restic/restic)
|
||||
|
||||
|
||||
Introduction
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue