diff options
author | Dana Powers <dana.powers@gmail.com> | 2018-01-25 16:55:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 16:55:07 -0800 |
commit | 3e12607b17407a6d17be84967156f1c7aa3348ce (patch) | |
tree | 306f1de2fa3736258272b3b9d00ed4b85bdc57c3 /.travis.yml | |
parent | 351f418ba5b62c28c8cff5ea7dcca8e37cadcf8e (diff) | |
download | kafka-python-3e12607b17407a6d17be84967156f1c7aa3348ce.tar.gz |
Use 0.11.0.2 kafka broker for integration testing (#1357)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 75be510..91bc3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - KAFKA_VERSION=0.8.2.2 - KAFKA_VERSION=0.9.0.1 - KAFKA_VERSION=0.10.2.1 - - KAFKA_VERSION=0.11.0.1 + - KAFKA_VERSION=0.11.0.2 sudo: false |