From ebe16e064ecabb215a9b9c80970bccbf58709c39 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Fri, 9 Feb 2018 07:54:43 +0530 Subject: [PATCH] README: Include CircleCI build status badge. For now, we still need the Travis badge, since Travis is where we test the production installation process. But ideally, we'll end up removing that too. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2382afc71..1491954a91 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ allows users to easily process hundreds or thousands of messages a day. With over 300 contributors merging over 500 commits a month, Zulip is also the largest and fastest growing open source group chat project. -[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) +[![CircleCI Build Status](https://circleci.com/gh/zulip/zulip.svg?style=svg)](https://circleci.com/gh/zulip/zulip) +[![Travis Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) [![Coverage Status](https://img.shields.io/codecov/c/github/zulip/zulip.svg)](https://codecov.io/gh/zulip/zulip) [![Mypy coverage](https://img.shields.io/badge/mypy-100%25-green.svg)][mypy-coverage] [![docs](https://readthedocs.org/projects/zulip/badge/?version=latest)](https://zulip.readthedocs.io/en/latest/)