Skip to content

Commit 957d07e

Browse files
authored
Update .travis.yml (#120)
1 parent b616136 commit 957d07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.12.1
3+
- 1.13.15
44
- tip
55
matrix:
66
allow_failures:
@@ -29,6 +29,6 @@ script:
2929
- make test
3030

3131
after_success: |
32-
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&
32+
[ $TRAVIS_GO_VERSION = 1.13.15 ] &&
3333
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug &&
3434
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)