Skip to content

Commit

Permalink
CI: Install vault 0.6.0 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jsok committed Jun 20, 2016
1 parent 82c876b commit 4f3021b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ rvm:
- 2.2.0
cache: bundler

before_install: |-
wget -O vault.zip -q https://releases.hashicorp.com/vault/0.6.0/vault_0.6.0_linux_amd64.zip
unzip vault.zip -d $HOME/bin
export PATH="$HOME/bin:$PATH"
deploy:
provider: rubygems
on:
Expand Down

0 comments on commit 4f3021b

Please sign in to comment.