Polishing.

Remove TravisCI profile for Vault 0.5, upgrade to Vault 0.11.5 and Consul 1.4.

See gh-268.
This commit is contained in:
Mark Paluch
2018-12-04 22:53:21 +01:00
parent 124df3bae3
commit 618b928145
2 changed files with 2 additions and 3 deletions

View File

@@ -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:

View File

@@ -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}"