From 66dd37781f2c23030b99131f059dcfad0d4c7ed8 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 52f916a..5cc3efd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ go: 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