mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
13 lines
130 B
YAML
13 lines
130 B
YAML
dist: bionic
|
|
language: ruby
|
|
services:
|
|
- redis
|
|
rvm:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
before_script:
|
|
- bin/setup
|
|
cache:
|
|
bundler: true
|
|
|