Skip to content

Commit 57c3312

Browse files
author
Dean Karn
committed
Merge branch 'master' of https://github.com/go-playground/pkg
2 parents 7306d3f + fa00488 commit 57c3312

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ script:
2424
- make test
2525

2626
after_success: |
27-
[ $TRAVIS_GO_VERSION = 1.12.4 ] &&
27+
[ $TRAVIS_GO_VERSION = 1.12.5 ] &&
2828
overalls -project="github.com/go-playground/pkg" -covermode=count -ignore=.git,_examples,testdata -debug &&
29-
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
29+
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pkg
2-
![Project status](https://img.shields.io/badge/version-3.1.1-green.svg)
2+
![Project status](https://img.shields.io/badge/version-3.1.2-green.svg)
33
[![Build Status](https://travis-ci.org/go-playground/pkg.svg?branch=master)](https://travis-ci.org/go-playground/pkg)
44
[![Coverage Status](https://coveralls.io/repos/github/go-playground/pkg/badge.svg?branch=master)](https://coveralls.io/github/go-playground/pkg?branch=master)
55
[![GoDoc](https://godoc.org/github.com/go-playground/pkg?status.svg)](https://godoc.org/github.com/go-playground/pkg)
@@ -18,4 +18,4 @@ Make a pull request... can't guarantee it will be added, going to strictly vet w
1818

1919
License
2020
------
21-
Distributed under MIT License, please see license file within the code for more details.
21+
Distributed under MIT License, please see license file within the code for more details.

0 commit comments

Comments
 (0)