From 69b55c9806a46b99788f653ddb83e595c2ad227c Mon Sep 17 00:00:00 2001 From: David Arthur Date: Thu, 21 Aug 2014 17:02:07 -0400 Subject: [PATCH] Change TravisCI badge to reflect master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bbb56..f123435 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kafka Python client -[![Build Status](https://travis-ci.org/mumrah/kafka-python.png)](https://travis-ci.org/mumrah/kafka-python) +[![Build Status](https://api.travis-ci.org/mumrah/kafka-python.png?branch=master)](https://travis-ci.org/mumrah/kafka-python) This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the