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 22a6a67 commit 4fb2587Copy full SHA for 4fb2587
.travis.yml
@@ -29,6 +29,6 @@ script:
29
- make test
30
31
after_success: |
32
- [ $TRAVIS_GO_VERSION = 1.10.3 ] &&
+ [ $TRAVIS_GO_VERSION = 1.11.2 ] &&
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