2012-07-08 10:18:35 -04:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2012-12-03 20:20:28 -05:00
|
|
|
- 1.9.3
|
2013-01-08 12:51:12 -05:00
|
|
|
- 2.0.0
|
2013-12-27 13:50:10 -05:00
|
|
|
- 2.1.0
|
2012-08-06 01:10:01 -04:00
|
|
|
# TODO: make this work with the regular rake command
|
2012-08-06 01:28:23 -04:00
|
|
|
script: "bundle exec rake spec"
|
2012-07-08 10:18:35 -04:00
|
|
|
gemfile:
|
|
|
|
- Gemfile
|
|
|
|
before_script:
|
2012-08-06 01:22:39 -04:00
|
|
|
- mysql -e 'create database database_cleaner_test;'
|
|
|
|
- psql -c 'create database database_cleaner_test;' -U postgres
|
2012-08-06 01:09:07 -04:00
|
|
|
- cp db/sample.config.yml db/config.yml
|
2012-12-03 19:12:48 -05:00
|
|
|
services:
|
2013-12-27 13:50:10 -05:00
|
|
|
- redis-server
|
2012-12-03 20:20:28 -05:00
|
|
|
- mongodb
|