mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Travis: Enable Ruby 1.9.3
This commit is contained in:
parent
f4171fbb23
commit
accb3cac2d
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
# TODO: fix ruby 1.9x build issues...
|
- 1.9.3
|
||||||
# - 1.9.3
|
|
||||||
# TODO: make this work with the regular rake command
|
# TODO: make this work with the regular rake command
|
||||||
script: "bundle exec rake spec"
|
script: "bundle exec rake spec"
|
||||||
gemfile:
|
gemfile:
|
||||||
|
@ -12,4 +11,4 @@ before_script:
|
||||||
- psql -c 'create database database_cleaner_test;' -U postgres
|
- psql -c 'create database database_cleaner_test;' -U postgres
|
||||||
- cp db/sample.config.yml db/config.yml
|
- cp db/sample.config.yml db/config.yml
|
||||||
services:
|
services:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue