From de12755204b893c87d0b1ce354bba29618074408 Mon Sep 17 00:00:00 2001 From: David Cormier Date: Tue, 15 Jul 2014 10:07:11 -0400 Subject: [PATCH] Only display status of master in readme This way, we won't get "build error" images when a PR branch fails --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee05adb..ac127e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A web client for WeeChat [![Build Status](https://api.travis-ci.org/glowing-bear/glowing-bear.png)](https://travis-ci.org/glowing-bear/glowing-bear) +A web client for WeeChat [![Build Status](https://api.travis-ci.org/glowing-bear/glowing-bear.png)](https://travis-ci.org/glowing-bear/glowing-bear?branch=master) ======================== Glowing Bear is an HTML5 web frontend for [WeeChat](http://weechat.org) that strives to be a modern and slick interface. It relies on WeeChat to do all the heavy lifting (connections, servers, history, etc) and then provides some nice features on top of that, like content embedding (images, video) and desktop notifications. The main advantage, though, is that you can access it from any modern internet device without having to worry about ssh connections or terminal emulators.