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 1eb3b03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1eb3b03

Please sign in to comment.