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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new e8e43cc  fix(Readme):  use master svg in ci build result
e8e43cc is described below

commit e8e43cc36cca4d411b2751f531e5527700a717b2
Author: dinglei <[email protected]>
AuthorDate: Mon Nov 4 15:23:24 2019 +0800

    fix(Readme):  use master svg in ci build result
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f52295c..3b1c67b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ## RocketMQ Client Python
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![TravisCI](https://travis-ci.org/apache/rocketmq-client-python.svg)](https://travis-ci.org/apache/rocketmq-client-python)
+[![TravisCI](https://travis-ci.org/apache/rocketmq-client-python.svg?branch=master)](https://travis-ci.org/apache/rocketmq-client-python)
 * RocketMQ Python client is developed on top of 
[rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), which has 
been proven robust and widely adopted within Alibaba Group by many business 
units for more than three years.
 
 ----------

Reply via email to