Skip to content

Commit

Permalink
fetch etcd 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyHat authored and Matt Wheeler committed Nov 6, 2019
1 parent 05412bd commit 8518b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ 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
- sudo tar -zxf /opt/etcd.tar.gz -C /opt
- sudo ln -s /opt/etcd-v3.4.3-linux-amd64/etcd /usr/local/bin/etcd
- sudo ln -s /opt/etcd-v3.4.3-linux-amd64/etcdctl /usr/local/bin/etcdctl
install:
# The install requirements in travis virtualenv that will be cached
- pip install tox-travis .[test,ceph]
Expand Down

0 comments on commit 8518b6c

Please sign in to comment.