From b6246a59e6e561bf494abc925054cd60a0805792 Mon Sep 17 00:00:00 2001 From: quvox Date: Wed, 30 Oct 2019 16:47:59 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17c33a4..e591885 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ go: - "1.12.x" before_install: - go get github.com/mattn/goveralls - - bash prepare.sh script: - $GOPATH/bin/goveralls -service=travis-ci - go test -race -coverprofile=coverage.txt -covermode=atomic