database_cleaner/.travis.yml

18 lines
387 B
YAML
Raw Normal View History

2012-07-08 14:18:35 +00:00
language: ruby
rvm:
2012-12-04 01:20:28 +00:00
- 1.9.3
- 2.0.0
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
2012-12-04 00:12:48 +00:00
services:
2012-12-04 01:20:28 +00:00
- mongodb
matrix:
allow_failures:
- rvm: 2.0.0