Add customizable Logger interface + info,error and debugs (#14)

* Add customizable Logger interface + info,error and debugs
* update travis.yml to atest golang versions
This commit is contained in:
Dean Karn
2017-07-15 12:12:11 -07:00
committed by GitHub
parent 9a8b92d028
commit a5141d656b
11 changed files with 161 additions and 22 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
language: go
go:
- 1.7.5
- 1.8.1
- 1.7.6
- 1.8.3
- tip
matrix:
allow_failures:
@@ -34,6 +34,6 @@ script:
- go test -race
after_success: |
[ $TRAVIS_GO_VERSION = 1.8.1 ] &&
[ $TRAVIS_GO_VERSION = 1.8.3 ] &&
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,examples -debug &&
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN