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
+1 -1
View File
@@ -1,6 +1,6 @@
Library webhooks
================
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">![Project status](https://img.shields.io/badge/version-3.11.0-green.svg)
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">![Project status](https://img.shields.io/badge/version-3.12.0-green.svg)
[![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks)
[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3)
[![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks)