From 08a7fb7b754a754c6c64e96d4ba5c4f56cf38a5f Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Thu, 1 Feb 2018 11:24:54 -0800 Subject: Add kafka 1.0.0 to travis integration tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 91bc3af..b4775e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: - KAFKA_VERSION=0.9.0.1 - KAFKA_VERSION=0.10.2.1 - KAFKA_VERSION=0.11.0.2 + - KAFKA_VERSION=1.0.0 sudo: false -- cgit v1.2.1