Skip to content

Commit 2fba08c

Browse files
authored
Update build badge to report master branch only
The README build badge was reporting the last build overall, which showed the status from PRs on the main README even though they had nothing to do with the master branch.
1 parent dc4f2a4 commit 2fba08c

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)](http://travis-ci.org/go-gorp/gorp)
3+
[![build status](https://img.shields.io/travis/go-gorp/gorp.svg?branch=master)](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)