Run integration tests with 3.0.10 etcd underneath

This commit is contained in:
Wojciech Tyczynski
2016-10-05 10:09:28 +02:00
parent 42e5f95a6b
commit 19e50d56dc
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-2.2.1}
ETCD_VERSION=${ETCD_VERSION:-3.0.10}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}