From 81cdb68c8a37320c8f7ad0ba45d39140853b9eb0 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Wed, 19 Sep 2012 23:08:47 +0300 Subject: [PATCH] Show build status only for master The Travis CI badge will also include Pull Requests unless a branch is specified. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4a9177..84208347 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Large Hadron Migrator [![Build Status](https://secure.travis-ci.org/soundcloud/large-hadron-migrator.png)][4] +# Large Hadron Migrator [![Build Status](https://secure.travis-ci.org/soundcloud/large-hadron-migrator.png?branch=master)][4] Rails style database migrations are a useful way to evolve your data schema in an agile manner. Most Rails projects start like this, and at first, making