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