Add DATABASE_URL

This commit is contained in:
Hunter Madison 2017-10-04 14:46:11 -04:00 committed by Peter Bhat Harkins
parent 750b605f94
commit 633243815d

View File

@ -2,5 +2,7 @@
language: ruby
services:
- mysql
env:
- DATABASE_URL=mysql2://root:@localhost/lobsters_test
before_script:
- ./bin/rails db:setup