Change TravisCI badge to reflect master branch

This commit is contained in:
David Arthur
2014-08-21 17:02:07 -04:00
parent 25fd3390ac
commit 69b55c9806

View File

@@ -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