From 0f30aca76a7c582d007d447f7428bd919f2a63b0 Mon Sep 17 00:00:00 2001 From: Paul Annesley Date: Wed, 16 Oct 2013 12:54:25 -0700 Subject: [PATCH] Build status badge in README refers to master branch. Otherwise, experimental branches being pushed can cause the badge in the README (master branch, GitHub front page) to show the build failing. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 94080ed1..3d75f281 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ [![Gem Version](https://badge.fury.io/rb/jekyll.png)](http://badge.fury.io/rb/jekyll) -[![Build Status](https://secure.travis-ci.org/mojombo/jekyll.png)](https://travis-ci.org/mojombo/jekyll) +[![Build Status](https://secure.travis-ci.org/mojombo/jekyll.png?branch=master)](https://travis-ci.org/mojombo/jekyll) [![Code Climate](https://codeclimate.com/github/mojombo/jekyll.png)](https://codeclimate.com/github/mojombo/jekyll) [![Dependency Status](https://gemnasium.com/mojombo/jekyll.png)](https://gemnasium.com/mojombo/jekyll) [![Coverage Status](https://coveralls.io/repos/mojombo/jekyll/badge.png)](https://coveralls.io/r/mojombo/jekyll)