mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Install the 'cover' tool
This commit is contained in:
parent
749ca28534
commit
70a6233b94
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user