From 824639f9236a6bdf33c5bb8f5c2117de8c9b127f Mon Sep 17 00:00:00 2001 From: nikolas Date: Tue, 2 Jun 2015 17:08:04 -0400 Subject: [PATCH] Only display result of master branch on travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db1ad0..748d702 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > What could be more logical awesome than no logic at all? -[![Build Status](https://travis-ci.org/janl/mustache.js.svg)](https://travis-ci.org/janl/mustache.js) [![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/janl/mustache.js) +[![Build Status](https://travis-ci.org/janl/mustache.js.svg?branch=master)](https://travis-ci.org/janl/mustache.js) [![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/janl/mustache.js) [mustache.js](http://github.com/janl/mustache.js) is an implementation of the [mustache](http://mustache.github.com/) template system in JavaScript.