mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #170 from sanemat/feature/travis-2-0-0
Add Ruby2.0.0 build in Travis-ci, and allowed to fail
This commit is contained in:
commit
82df12fbac
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
# 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:
|
||||||
|
@ -11,3 +12,6 @@ before_script:
|
||||||
- cp db/sample.config.yml db/config.yml
|
- cp db/sample.config.yml db/config.yml
|
||||||
services:
|
services:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: 2.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue