From a565411b229368eab5751107fa5af270a944206a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 10 Feb 2017 09:54:23 +0100 Subject: [PATCH] UnitTest against 0.6.5 --- .travis.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88b4cda..61facd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ jdk: env: - PATH=$PATH:. before_script: - - wget https://releases.hashicorp.com/vault/0.6.4/vault_0.6.4_linux_amd64.zip - - unzip vault_0.6.4_linux_amd64.zip - - rm vault_0.6.4_linux_amd64.zip \ No newline at end of file + - wget https://releases.hashicorp.com/vault/0.6.5/vault_0.6.5_linux_amd64.zip + - unzip vault_0.6.5_linux_amd64.zip + - rm vault_0.6.5_linux_amd64.zip \ No newline at end of file diff --git a/README.md b/README.md index 612590b..6bd93eb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * Renew/revoke leases * Raw secret content or JSON decoding * Connector Factory with builder pattern -* Tested against Vault 0.6.4 +* Tested against Vault 0.6.5 ## Maven Artifact