diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-01-23 10:00:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 10:00:23 -0800 |
commit | 3bd51bbb9fe70ce00fc26e74e84eed403195cf2c (patch) | |
tree | d88fa4e4fe43bde35313e13132ef89fd8aae5b25 /.travis.yml | |
parent | 88e98da0fd5ce3bc0448a271dc8b6891ee6916ab (diff) | |
download | kafka-python-3bd51bbb9fe70ce00fc26e74e84eed403195cf2c.tar.gz |
Update to 0.10.1.1 for integration testing (#953)
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 a660f41..b54dc8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - KAFKA_VERSION=0.8.1.1 - KAFKA_VERSION=0.8.2.2 - KAFKA_VERSION=0.9.0.1 - - KAFKA_VERSION=0.10.0.1 + - KAFKA_VERSION=0.10.1.1 sudo: false |