From 70a6233b945e37d217f6001913de16e1148fa786 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 27 Sep 2015 17:58:13 +0200 Subject: [PATCH] Install the 'cover' tool --- run_integration_tests.go | 1 + 1 file changed, 1 insertion(+) 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")