From 1eb3b03387966e7889b215fea17f3af5b0af32dd Mon Sep 17 00:00:00 2001 From: Matt Wheeler Date: Wed, 6 Nov 2019 11:13:28 +0000 Subject: [PATCH] fetch etcd 3.4.3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9e38a92..e761b68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,9 @@ before_install: - wget https://archive.apache.org/dist/kafka/1.0.2/kafka_2.12-1.0.2.tgz -O /opt/kafka.tar.gz - tar -xzf /opt/kafka.tar.gz -C /opt - ln -s /opt/kafka_2.12-1.0.2 /opt/kafka + - wget https://github.com/etcd-io/etcd/releases/download/v3.4.3/etcd-v3.4.3-linux-amd64.tar.gz -O /opt/etcd.tar.gz + - tar -zxf /opt/etcd.tar.gz -C /opt + - ln -s /opt/etcd-v3.4.3-linux-amd64/etcd /usr/local/bin/etcd install: # The install requirements in travis virtualenv that will be cached - pip install tox-travis .[test,ceph]