diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-10-08 10:01:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 10:01:03 -0700 |
commit | 7305f03ff0758dad811d51f5e21006f273bb4dc2 (patch) | |
tree | f7b5883a6f4308ceca3f39cce9f5db6b1eab790b /.travis.yml | |
parent | 87e5d1625968c214d2ad6c198ec526ef484f3688 (diff) | |
download | kafka-python-7305f03ff0758dad811d51f5e21006f273bb4dc2.tar.gz |
Update to 0.11.0.1 for travis test fixture; use as default if unspecified (#1244)
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 21d4d79..75be510 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.0 + - KAFKA_VERSION=0.11.0.1 sudo: false |