Bump zookeeper version (#573)

3.4.9 can't be downloaded anymore and acceptance test with zookeeper/exhibitor fails
This commit is contained in:
Alexander Kukushkin
2017-12-08 18:40:11 +01:00
committed by GitHub
parent 4328c15010
commit 7e72d1a75f
+1 -1
View File
@@ -5,7 +5,7 @@ python:
- "3.4" # 2.7 and 3.5 are preinstalled by default
env:
global:
- ETCDVERSION=3.0.17 ZKVERSION=3.4.9 CONSULVERSION=0.7.4
- ETCDVERSION=3.0.17 ZKVERSION=3.4.11 CONSULVERSION=0.7.4
- PYVERSIONS="2.7 3.4 3.5"
- BOTO_CONFIG=/doesnotexist
matrix: