database_cleaner/.travis.yml
2021-03-13 10:28:26 -08:00

14 lines
138 B
YAML

dist: bionic
language: ruby
services:
- redis
rvm:
- 2.5
- 2.6
- 2.7
- 3.0
before_script:
- bin/setup
cache:
bundler: true