We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e8c3e commit bea7782Copy full SHA for bea7782
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
before_script:
18
- script/travis_consul.sh 0.6.3
19
- script/travis_etcd.sh 3.0.0
20
- - script/travis_zk.sh 3.5.1-alpha
+ - script/travis_zk.sh 3.5.4-beta
21
22
script:
23
- ./consul agent -server -bootstrap -advertise=127.0.0.1 -data-dir /tmp/consul -config-file=./config.json 1>/dev/null &
script/travis_zk.sh
@@ -3,7 +3,7 @@
3
if [ $# -gt 0 ] ; then
4
ZK_VERSION="$1"
5
else
6
- ZK_VERSION="3.4.7"
+ ZK_VERSION="3.4.12"
7
fi
8
9
wget "http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION}/zookeeper-${ZK_VERSION}.tar.gz"
0 commit comments