We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44944e commit d0dc6ffCopy full SHA for d0dc6ff
1 file changed
.travis.yml
@@ -4,13 +4,14 @@ language: ruby
4
cache: bundler
5
6
env:
7
- - VAULT_VERSION=0.6.4
+ - VAULT_VERSION=0.7.3
8
+ - VAULT_VERSION=0.6.5
9
- VAULT_VERSION=0.5.3
10
11
before_install:
12
- curl -sLo vault.zip https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
13
- unzip vault.zip
- - mkdir ~/bin
14
+ - mkdir -p ~/bin
15
- mv vault ~/bin
16
- export PATH="~/bin:$PATH"
17
0 commit comments