From 4fb25871a60908ca2448090241e7b03e8aed971a Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Wed, 21 Nov 2018 07:54:00 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25c55ea..606fb6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ script: - make test after_success: | - [ $TRAVIS_GO_VERSION = 1.10.3 ] && + [ $TRAVIS_GO_VERSION = 1.11.2 ] && overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug && goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN