2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 19:10:49 +00:00

Install the 'cover' tool

This commit is contained in:
Alexander Neumann 2015-09-27 17:58:13 +02:00
parent 749ca28534
commit 70a6233b94

View File

@ -24,6 +24,7 @@ type TravisEnvironment struct {
func (env *TravisEnvironment) Prepare() {
msg("preparing environment for Travis CI\n")
run("go", "get", "golang.org/x/tools/cmd/cover")
run("go", "get", "github.com/mattn/goveralls")
run("go", "get", "github.com/mitchellh/gox")