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