Skip to content

Commit

Permalink
Update .travis.yml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshik1978 authored Nov 10, 2020
1 parent b616136 commit 957d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.12.1
- 1.13.15
- tip
matrix:
allow_failures:
Expand Down Expand Up @@ -29,6 +29,6 @@ script:
- make test

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

0 comments on commit 957d07e

Please sign in to comment.