5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-14 04:56:39 +00:00
tilde.news/.travis.yml

12 lines
204 B
YAML
Raw Permalink Normal View History

2017-10-03 21:23:57 +00:00
---
language: ruby
2017-10-04 18:38:19 +00:00
services:
- mysql
2017-10-04 18:46:11 +00:00
env:
global:
- DATABASE_URL=mysql2://root:@localhost/lobsters_dev
- RAILS_ENV=test
2017-10-04 18:38:19 +00:00
before_script:
- ./bin/rails db:create
- ./bin/rails db:schema:load