From 957d07ee0765f63cc7f1879cefa3f9f21af8f13b Mon Sep 17 00:00:00 2001 From: Anton Krivenko Date: Tue, 10 Nov 2020 08:54:38 +0300 Subject: [PATCH] Update .travis.yml (#120) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bdfea6..137876a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.12.1 + - 1.13.15 - tip matrix: allow_failures: @@ -29,6 +29,6 @@ script: - make test after_success: | - [ $TRAVIS_GO_VERSION = 1.11.2 ] && + [ $TRAVIS_GO_VERSION = 1.13.15 ] && overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug && goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN