From 702279d0e9605dba3dd6e73842a7f551df2de2a6 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 14 Oct 2017 10:28:42 -0700 Subject: [PATCH] Add travis CI badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 558ea46..2cdd69e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # cppkafka: high level C++ wrapper for _rdkafka_ +[![Build status](https://travis-ci.org/mfontanini/cppkafka.svg?branch=master)](https://travis-ci.org/mfontanini/cppkafka) + _cppkafka_ allows C++ applications to consume and produce messages using the Apache Kafka protocol. The library is built on top of [_librdkafka_](https://github.com/edenhill/librdkafka), and provides a high level API that uses modern C++ features to make it easier to write code