database_cleaner/.travis.yml

13 lines
319 B
YAML
Raw Normal View History

2012-07-08 14:18:35 +00:00
language: ruby
rvm:
- 1.8.7
2012-07-08 15:09:20 +00:00
# - 1.9.3
2012-08-06 05:10:01 +00:00
# TODO: make this work with the regular rake command
2012-08-06 05:25:19 +00:00
script: "bundle exec rake"
2012-07-08 14:18:35 +00:00
gemfile:
- Gemfile
before_script:
2012-08-06 05:22:39 +00:00
- mysql -e 'create database database_cleaner_test;'
- psql -c 'create database database_cleaner_test;' -U postgres
- cp db/sample.config.yml db/config.yml