Update .travis.yml

This commit is contained in:
Dean Karn
2018-11-21 07:54:00 -08:00
committed by GitHub
parent 22a6a67d07
commit 4fb25871a6
+1 -1
View File
@@ -29,6 +29,6 @@ script:
- make test
after_success: |
[ $TRAVIS_GO_VERSION = 1.10.3 ] &&
[ $TRAVIS_GO_VERSION = 1.11.2 ] &&
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug &&
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN