This is an automated email from the ASF dual-hosted git repository.

hanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new ebbdfb9  ZOOKEEPER-3525: Add project status badges to README
ebbdfb9 is described below

commit ebbdfb978b759040b7cd86df05bf53b22fff7f48
Author: John Tran <[email protected]>
AuthorDate: Wed Aug 28 22:16:32 2019 -0700

    ZOOKEEPER-3525: Add project status badges to README
    
    Other projects like [Spark](https://github.com/apache/spark) and 
[Hive](https://github.com/apache/hive) have status badges on their READMEs. I'd 
like to start contributing to ZooKeeper so I think this is a simple first task.
    
    
![image](https://user-images.githubusercontent.com/15751908/63908880-9b2ac800-c9d5-11e9-9122-49ad94f433d1.png)
    
    Author: John Tran <[email protected]>
    
    Reviewers: Michael Han <[email protected]>
    
    Closes #1067 from jooohhn/ZOOKEEPER-3525
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 08467d3..9a248e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache ZooKeeper
+# Apache ZooKeeper [![Build 
Status](https://travis-ci.org/apache/zookeeper.svg?branch=master)](https://travis-ci.org/apache/zookeeper)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.zookeeper/zookeeper)](https://zookeeper.apache.org/releases.html)
 
[![License](https://img.shields.io/github/license/apache/zookeeper)](https://github.com/apache/zookeeper/blob/master/LICENSE.txt)
 ![alt text](https://zookeeper.apache.org/images/zookeeper_small.gif 
"ZooKeeper")
 
 For the latest information about Apache ZooKeeper, please visit our website at:

Reply via email to