Skip to content

Commit

Permalink
use config import for db setup
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfuchs authored May 23, 2019
1 parent 41c00d7 commit a9779ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: ruby
dist: trusty
rvm: 2.4.2

import:
- travis-ci/build-configs/db-setup.yml

cache:
bundler: true

Expand All @@ -20,6 +23,4 @@ env:

before_install: gem install bundler

before_script: bundle exec rake db:create --trace

script: bundle exec rspec spec

0 comments on commit a9779ce

Please sign in to comment.