Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Jun 7, 2019
1 parent 24f0e47 commit cff2ed9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ sudo: false

env:
- VAULT_VERSION=0.9.6
- VAULT_VERSION=0.8.3
- VAULT_VERSION=0.7.3
- VAULT_VERSION=0.6.5
- VAULT_VERSION=0.5.3
- VAULT_VERSION=0.4.1
- VAULT_VERSION=0.3.1

before_install:
- wget -O vault.zip -q https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
Expand All @@ -28,6 +22,11 @@ rvm:
- "2.5"
- "2.6"

gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile

before_script:
- bundle exec rake app:db:create
- bundle exec rake app:db:schema:load
Expand Down

0 comments on commit cff2ed9

Please sign in to comment.