From c750977f7a64c3f155e0a14450c894d709833ed9 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 2 Oct 2014 16:04:20 -0700 Subject: [PATCH] Show only master branch build status in Travis icon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9128068b5..3973d7f55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Serve a RESTful API from any Postgres database -[![Build Status](https://travis-ci.org/begriffs/dbapi.svg)](https://travis-ci.org/begriffs/dbapi) +[![Build Status](https://travis-ci.org/begriffs/dbapi.svg?branch=master)](https://travis-ci.org/begriffs/dbapi) ### Installation