From ace513eddd249390d67a8c04e219aaa0b4e82fc1 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 27 Sep 2020 11:04:12 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 641b331..85a7be3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,5 @@ script: - go test -v -race -covermode=atomic -coverprofile=coverage.coverprofile ./... after_success: | - [ $TRAVIS_GO_VERSION = 1.13.7 ] && + [ $TRAVIS_GO_VERSION = 1.15.2 ] && goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN