From 613622bc8a9c85ff20f8aa36b28cd0f166c5f955 Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 22 Feb 2014 09:11:21 +0200 Subject: [PATCH] fix(readme): build status for the develop branch Your main development branch is `develop`. It is usually only interesting to follow the status of the branch in development. Of course `master` branch will almost always be passing. Ironically, now it isn't, because our build fixes are on `develop`, so it's another reason to switch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 981acabe34..a4045c8032 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -HabitRPG [![Build Status](https://travis-ci.org/HabitRPG/habitrpg.png?branch=master)](https://travis-ci.org/HabitRPG/habitrpg) +HabitRPG [![Build Status](https://travis-ci.org/HabitRPG/habitrpg.png?branch=develop)](https://travis-ci.org/HabitRPG/habitrpg) =============== [HabitRPG](https://habitrpg.com) is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.