From f451974efe1bc462a21652887c873eaf0c7c335c Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 13 Mar 2015 10:56:30 -0400 Subject: [PATCH] Use correct URL for travis status badge This uses the `devel` branch when displaying the travis-ci status badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e052e78dcde..2a7d8e03af7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![PyPI version](https://badge.fury.io/py/ansible.png)](http://badge.fury.io/py/ansible) [![PyPI downloads](https://pypip.in/d/ansible/badge.png)](https://pypi.python.org/pypi/ansible) -[![Build Status](https://travis-ci.org/ansible/ansible.svg?branch=tox_and_travis)](https://travis-ci.org/ansible/ansible) +[![Build Status](https://travis-ci.org/ansible/ansible.svg?branch=devel)](https://travis-ci.org/ansible/ansible) Ansible