database_cleaner/.travis.yml

14 lines
362 B
YAML
Raw Normal View History

2012-07-08 14:18:35 +00:00
language: ruby
rvm:
- 1.8.7
2012-08-06 14:16:30 +00:00
# TODO: fix ruby 1.9x build issues...
# - 1.9.3
2012-08-06 05:10:01 +00:00
# TODO: make this work with the regular rake command
script: "bundle exec rake spec"
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