mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +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() {
|
func (env *TravisEnvironment) Prepare() {
|
||||||
msg("preparing environment for Travis CI\n")
|
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/mattn/goveralls")
|
||||||
run("go", "get", "github.com/mitchellh/gox")
|
run("go", "get", "github.com/mitchellh/gox")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user