Update .travis.yml (#120)

This commit is contained in:
Anton Krivenko
2020-11-10 08:54:38 +03:00
committed by GitHub
parent b616136c50
commit 957d07ee07
+2 -2
View File
@@ -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