Skip to content

Commit bea7782

Browse files
committed
Update the zookeeper version for the CI
Signed-off-by: Damien Goldenberg <damdam.gold@gmail.com>
1 parent f6e8c3e commit bea7782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
before_script:
1818
- script/travis_consul.sh 0.6.3
1919
- script/travis_etcd.sh 3.0.0
20-
- script/travis_zk.sh 3.5.1-alpha
20+
- script/travis_zk.sh 3.5.4-beta
2121

2222
script:
2323
- ./consul agent -server -bootstrap -advertise=127.0.0.1 -data-dir /tmp/consul -config-file=./config.json 1>/dev/null &

script/travis_zk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ $# -gt 0 ] ; then
44
ZK_VERSION="$1"
55
else
6-
ZK_VERSION="3.4.7"
6+
ZK_VERSION="3.4.12"
77
fi
88

99
wget "http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION}/zookeeper-${ZK_VERSION}.tar.gz"

0 commit comments

Comments
 (0)