From 8a74c20345e80c28cd92a0eec86fb3f593da6ed3 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Fri, 4 Dec 2015 11:35:56 -0800 Subject: [PATCH] Update kafka broker list for travis testing (add 0.9.0.0, bump 0.8.2.2) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18ed579..1f0baa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ env: - KAFKA_VERSION=0.8.0 - KAFKA_VERSION=0.8.1 - KAFKA_VERSION=0.8.1.1 - - KAFKA_VERSION=0.8.2.1 + - KAFKA_VERSION=0.8.2.2 + - KAFKA_VERSION=0.9.0.0 sudo: false