From 0ca33749a7a1bd35b8cdadba30f408ff93f3f28f Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Fri, 12 Aug 2022 13:11:10 -0400 Subject: [PATCH] chore(ci): use new go install method for goveralls Signed-off-by: Liam Stanley --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bc453e..fd11812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go before_install: - - go get github.com/mattn/goveralls + - go install github.com/mattn/goveralls@latest script: - go test