CI: Get Bundler first

This commit is contained in:
Olle Jonsson 2019-03-20 13:45:04 +01:00 committed by Peter Bhat Harkins
parent 356cd601c5
commit 41cb46a97e
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ env:
global:
- DATABASE_URL=mysql2://root:@localhost/lobsters_dev
- RAILS_ENV=test
before_install:
- gem install bundler
before_script:
- ./bin/rails db:create
- ./bin/rails db:schema:load