From 54e008c3e2ff313cda6292c791eee104b18c5641 Mon Sep 17 00:00:00 2001 From: Daniel Gil Date: Tue, 3 Jul 2018 12:04:13 +0200 Subject: [PATCH] removed cover options from travis configuration --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8918cfb..6c4b72f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,3 @@ language: go go: - '1.10' -install: -- go get golang.org/x/tools/cmd/cover -script: -- go test -v -covermode=count -coverprofile=coverage.out