From 28ddbd90ebee237f844e4023263101e4d7c4d712 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Tue, 2 Jul 2013 23:20:57 -0400 Subject: [PATCH] Limit build status badge to master branch. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d84fce7..4acf072 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ To add this capability to your project, simply add the to your repo. You may need to change its `script` section's `raco make` and `raco test` parts. -Here's a "badge" showing the status for this repo: +Here's a "badge" showing the status for the `master` branch of this +repo: -[![Build Status](https://travis-ci.org/greghendershott/travis-racket.png)](https://travis-ci.org/greghendershott/travis-racket) +[![Build Status](https://travis-ci.org/greghendershott/travis-racket.png?branch=master)](https://travis-ci.org/greghendershott/travis-racket)