Skip to content

Commit

Permalink
Update build badge to report master branch only
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nelsam authored Oct 30, 2017
1 parent dc4f2a4 commit 2fba08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Relational Persistence

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

0 comments on commit 2fba08c

Please sign in to comment.