From 396d52e89b4be3c4e7fa8ca8ef95894bcaa221fc Mon Sep 17 00:00:00 2001 From: Bindu Wavell Date: Wed, 12 Apr 2017 17:16:21 -0600 Subject: [PATCH] Fix build status badge I am including the develop branch by default, not sure if it should be this or master. Both are interesting. Unfortunately you kinda need to pick one or the other. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d75df6..fed4541 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ chef-alfresco --- Chef Alfresco Logo -[![Build Status](https://travis-ci.org/Alfresco/chef-alfresco.svg)](https://travis-ci.org/Alfresco/chef-alfresco) +[![Build Status](https://travis-ci.org/Alfresco/chef-alfresco.svg?branch=master)](https://travis-ci.org/Alfresco/chef-alfresco) chef-alfresco is a Chef cookbook that provides a modular, configurable and extensible way to install an Alfresco node/stack; `alfresco::default` parses `node['alfresco']['components']` and includes other `alfresco::*` recipes accordingly.