update REAME + travis.yml

This commit is contained in:
Dean Karn
2018-05-08 07:55:49 -07:00
parent 16896cdb6b
commit be944ed461
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
language: go
go:
- 1.7.6
- 1.8.3
- 1.10.2
- tip
matrix:
allow_failures:
@@ -34,6 +33,6 @@ script:
- go test -race
after_success: |
[ $TRAVIS_GO_VERSION = 1.8.3 ] &&
[ $TRAVIS_GO_VERSION = 1.10.2 ] &&
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,examples -debug &&
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN