From 2fba08c87618cf3e6adc6858002e8b637cbb7e9f Mon Sep 17 00:00:00 2001 From: Samuel Nelson Date: Sun, 29 Oct 2017 23:29:18 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de79681c..ade3e6f5 100644 --- a/README.md +++ b/README.md @@ -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)