diff --git a/.travis.yml b/.travis.yml index ffd7ca94..c8bd02d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: ruby dist: trusty rvm: 2.4.2 +import: + - travis-ci/build-configs/db-setup.yml + cache: bundler: true @@ -20,6 +23,4 @@ env: before_install: gem install bundler -before_script: bundle exec rake db:create --trace - script: bundle exec rspec spec