From c1a2f5c9658ed50de97bb63d840d5cd1324214d9 Mon Sep 17 00:00:00 2001 From: yedongfu Date: Fri, 16 Jul 2021 10:57:52 +0800 Subject: [PATCH] add overalls --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 010ea60..bddfaf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,8 @@ env: - GO111MODULE=on services: - mysql -script: go test ./... +before_install: + - go get -t -v ./... + - go get github.com/mattn/goveralls +script: + - $GOPATH/bin/goveralls -service=travis-ci