Skip to content

Commit be944ed

Browse files
author
Dean Karn
committed
update REAME + travis.yml
1 parent 16896cd commit be944ed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22
go:
3-
- 1.7.6
4-
- 1.8.3
3+
- 1.10.2
54
- tip
65
matrix:
76
allow_failures:
@@ -34,6 +33,6 @@ script:
3433
- go test -race
3534

3635
after_success: |
37-
[ $TRAVIS_GO_VERSION = 1.8.3 ] &&
36+
[ $TRAVIS_GO_VERSION = 1.10.2 ] &&
3837
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,examples -debug &&
3938
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Library webhooks
22
================
3-
<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)
3+
<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)
44
[![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks)
55
[![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3)
66
[![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks)

0 commit comments

Comments
 (0)