From 618b92814517acf427e8234e81a181f3e070758f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 4 Dec 2018 22:53:21 +0100 Subject: [PATCH] Polishing. Remove TravisCI profile for Vault 0.5, upgrade to Vault 0.11.5 and Consul 1.4. See gh-268. --- .travis.yml | 3 +-- src/test/bash/install_consul.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e35feffa..cf79ee3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,13 +19,12 @@ jdk: env: matrix: - - VAULT_VER=0.5.2 - VAULT_VER=0.6.5 - VAULT_VER=0.7.3 - VAULT_VER=0.8.3 - VAULT_VER=0.9.6 - VAULT_VER=0.10.3 - - VAULT_VER=0.11.4 + - VAULT_VER=0.11.5 - VAULT_VER=1.0.0 before_install: diff --git a/src/test/bash/install_consul.sh b/src/test/bash/install_consul.sh index 4aa634ee..ffa112ea 100755 --- a/src/test/bash/install_consul.sh +++ b/src/test/bash/install_consul.sh @@ -6,7 +6,7 @@ ########################################################################### -CONSUL_VER="1.0.3" +CONSUL_VER="1.4.0" UNAME=$(uname -s | tr '[:upper:]' '[:lower:]') CONSUL_ZIP="consul_${CONSUL_VER}_${UNAME}_amd64.zip" IGNORE_CERTS="${IGNORE_CERTS:-no}"