Skip to content

Commit d62836b

Browse files
authored
Correctly update badge to show master branch
The previous commit updated the README with travis-like syntax; we're using shields.io. Different syntax for branches.
1 parent 2fba08c commit d62836b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go Relational Persistence
22

3-
[![build status](https://img.shields.io/travis/go-gorp/gorp.svg?branch=master)](http://travis-ci.org/go-gorp/gorp)
3+
[![build status](https://img.shields.io/travis/go-gorp/gorp/master.svg)](http://travis-ci.org/go-gorp/gorp)
44
[![code coverage](https://img.shields.io/coveralls/go-gorp/gorp.svg)](https://coveralls.io/r/go-gorp/gorp)
55
[![issues](https://img.shields.io/github/issues/go-gorp/gorp.svg)](https://github.com/go-gorp/gorp/issues)
66
[![godoc v1](https://img.shields.io/badge/godoc-v1-375EAB.svg)](https://godoc.org/gopkg.in/gorp.v1)

0 commit comments

Comments
 (0)