Skip to content

Commit

Permalink
feat(tests): update Zookeeper version from 3.4.10 to 3.4.13
Browse files Browse the repository at this point in the history
Version of Zookeeper for automated tests is upgraded from 3.4.10 to 3.4.13.
  • Loading branch information
StephenSorriaux authored and jeffwidman committed Oct 6, 2018
1 parent 60366d2 commit 287749b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@ matrix:
- python: '2.7'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py27
- python: '2.7'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py27
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py27
- python: '2.7'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py27-gevent
- python: '2.7'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py27-gevent
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py27-gevent
- python: '2.7'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py27-eventlet
- python: '2.7'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py27-eventlet
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py27-eventlet
- python: '2.7'
env: ZOOKEEPER_VERSION=3.5.2-alpha TOX_VENV=py27
- python: '3.4'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py34
- python: '3.4'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py34
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py34
- python: '3.5'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py35
- python: '3.5'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py35
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py35
- python: '3.6'
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py36
- python: '3.6'
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=py36
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py36
- python: pypy
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=pypy
- python: pypy
env: ZOOKEEPER_VERSION=3.4.10 TOX_VENV=pypy
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=pypy
notifications:
email: false
install:
Expand Down

0 comments on commit 287749b

Please sign in to comment.