From fb8d85fe7aa9f92c614fc28888bdfe5187eec1e7 Mon Sep 17 00:00:00 2001 From: John Starich Date: Tue, 25 Jun 2019 21:17:48 -0500 Subject: [PATCH] Remove old cover tool installer --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 510ab44..9fa43b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ matrix: before_install: # Fetch/build coverage reporting tools - - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - go install github.com/mattn/goveralls