jvaultconnector/.travis.yml
Stefan Kalscheuer e9663ef794 Fix token creation test for compatibiltiy with Vault 0.8.0 (#10)
As of Vault 0.8.0 specifying the same token ID twice is prohibited. Adapted the unit test to match this behavior.
2017-07-31 20:38:54 +02:00

14 lines
299 B
YAML

branches:
only:
- master
language: java
jdk:
- oraclejdk8
dist: trusty
env:
- PATH=$PATH:.
before_script:
- wget https://releases.hashicorp.com/vault/vault_0.8.0-beta1/vault_0.8.0-beta1_linux_amd64.zip
- unzip vault_0.8.0-beta1_linux_amd64.zip
- rm vault_0.8.0-beta1_linux_amd64.zip