mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
10 lines
207 B
YAML
10 lines
207 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.8.7
|
|
# - 1.9.3
|
|
# TODO: make this work with the regular rake command
|
|
script: "bundle exec rake travis"
|
|
gemfile:
|
|
- Gemfile
|
|
before_script:
|
|
- cp db/sample.config.yml db/config.yml
|