From 0d657b4731be9539ccb8e6fc1cce2452d34231e1 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 27 Sep 2020 11:04:00 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6484f3..641b331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.13.7 + - 1.15.2 - tip matrix: allow_failures: @@ -26,4 +26,4 @@ script: after_success: | [ $TRAVIS_GO_VERSION = 1.13.7 ] && - goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file + goveralls -coverprofile=coverage.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN