We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b616136 commit 957d07eCopy full SHA for 957d07e
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
go:
3
- - 1.12.1
+ - 1.13.15
4
- tip
5
matrix:
6
allow_failures:
@@ -29,6 +29,6 @@ script:
29
- make test
30
31
after_success: |
32
- [ $TRAVIS_GO_VERSION = 1.11.2 ] &&
+ [ $TRAVIS_GO_VERSION = 1.13.15 ] &&
33
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug &&
34
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
0 commit comments