diff --git a/run_integration_tests.go b/run_integration_tests.go index 1e0d26d2d..6b33423e3 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -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")