Skip to content

Commit d0dc6ff

Browse files
committed
Fix build
1 parent a44944e commit d0dc6ff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ language: ruby
44
cache: bundler
55

66
env:
7-
- VAULT_VERSION=0.6.4
7+
- VAULT_VERSION=0.7.3
8+
- VAULT_VERSION=0.6.5
89
- VAULT_VERSION=0.5.3
910

1011
before_install:
1112
- curl -sLo vault.zip https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
1213
- unzip vault.zip
13-
- mkdir ~/bin
14+
- mkdir -p ~/bin
1415
- mv vault ~/bin
1516
- export PATH="~/bin:$PATH"
1617

0 commit comments

Comments
 (0)