From c26dda1ff82ff667c7616a4128e41c7be5579b48 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sat, 15 Jul 2017 12:09:19 -0700 Subject: [PATCH] update travis.yml to atest golang versions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc71a82..3480432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.7.5 - - 1.8.1 + - 1.7.6 + - 1.8.3 - tip matrix: allow_failures: @@ -34,6 +34,6 @@ script: - go test -race after_success: | - [ $TRAVIS_GO_VERSION = 1.8.1 ] && + [ $TRAVIS_GO_VERSION = 1.8.3 ] && overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,examples -debug && goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file