Skip to content

Commit 4fb2587

Browse files
author
Dean Karn
authored
Update .travis.yml
1 parent 22a6a67 commit 4fb2587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ script:
2929
- make test
3030

3131
after_success: |
32-
[ $TRAVIS_GO_VERSION = 1.10.3 ] &&
32+
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&
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)