diff options
author | Matt Clay <matt@mystile.com> | 2016-06-07 09:42:58 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-06-07 09:43:42 +0200 |
commit | 497459246a6a5bfae7ff990af3b5a17158627c68 (patch) | |
tree | 1d71c62f0f157efcaf2c38d3db93ac100ec2ce0a | |
parent | service now passes 'started' instead of 'running' (diff) | |
download | ansible-497459246a6a5bfae7ff990af3b5a17158627c68.tar.xz ansible-497459246a6a5bfae7ff990af3b5a17158627c68.zip |
Add shippable build status badge to README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [![PyPI version](https://img.shields.io/pypi/v/ansible.svg)](https://pypi.python.org/pypi/ansible) [![PyPI downloads](https://img.shields.io/pypi/dm/ansible.svg)](https://pypi.python.org/pypi/ansible) [![Build Status](https://travis-ci.org/ansible/ansible.svg?branch=devel)](https://travis-ci.org/ansible/ansible) +[![Build Status](https://api.shippable.com/projects/573f79d02a8192902e20e34b/badge?branch=devel)](https://app.shippable.com/projects/573f79d02a8192902e20e34b) Ansible |