Preparations for the new v6 branch: some updates for .v6 url

This commit is contained in:
Anton Krivenko
2021-01-06 02:33:31 +03:00
parent 59fb74817c
commit 1f79ca202d
4 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
language: go
go:
- 1.13.15
- 1.15.6
- tip
matrix:
allow_failures:
@@ -21,6 +21,7 @@ before_install:
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v3
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v4
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v5
- ln -s $GOPATH/src/github.com/$TRAVIS_REPO_SLUG $GOPATH/src/gopkg.in/webhooks.v6
before_script:
- go get -t ./...
@@ -29,6 +30,6 @@ script:
- make test
after_success: |
[ $TRAVIS_GO_VERSION = 1.13.15 ] &&
[ $TRAVIS_GO_VERSION = 1.15.6 ] &&
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug &&
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN