From 398f1e01120da0f666a8c969e11fe707f24f528e Mon Sep 17 00:00:00 2001 From: Joey Sabey Date: Sat, 6 Apr 2024 22:16:02 +0100 Subject: [PATCH] ci: attempt to fix travis failing due to goveralls not fetching --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d756d4b..ed2a7cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ os: - windows before_install: -- go get github.com/mattn/goveralls +- go get github.com/mattn/goveralls@master script: - if [ "$TRAVIS_OS_NAME" = "windows" ]; then go test -v ; fi