Remove install goconvey from CI. (#19)

This commit is contained in:
xeodou 2020-05-04 20:13:57 +08:00 committed by GitHub
parent 4bc9c659da
commit 5ef699997e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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