diff --git a/.travis.yml b/.travis.yml index b92019c..10bbed2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ dist: trusty env: - PATH=$PATH:. before_script: - - wget https://releases.hashicorp.com/vault/0.8.0-rc1/vault_0.8.0-rc1_linux_amd64.zip - - unzip vault_0.8.0-rc1_linux_amd64.zip - - rm vault_0.8.0-rc1_linux_amd64.zip + - wget https://releases.hashicorp.com/vault/0.8.0/vault_0.8.0_linux_amd64.zip + - unzip vault_0.8.0_linux_amd64.zip + - rm vault_0.8.0_linux_amd64.zip diff --git a/README.md b/README.md index e80a5cc..47e6b44 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * Raw secret content or JSON decoding * SQL secret handling * Connector Factory with builder pattern -* Tested against Vault 0.7.3 +* Tested against Vault 0.8.0 ## Maven Artifact