From 5ef699997e20c2dae99672349788facb796f18ba Mon Sep 17 00:00:00 2001 From: xeodou Date: Mon, 4 May 2020 20:13:57 +0800 Subject: [PATCH] Remove install goconvey from CI. (#19) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98d3921..4f4c0d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ before_install: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update fi - - go get github.com/smartystreets/goconvey - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover