mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Add Ruby2.0.0 build in Travis-ci, and allowed to fail
http://about.travis-ci.org/docs/user/build-configuration/#Rows-That-are-Allowed-To-Fail
This commit is contained in:
parent
80a112f475
commit
3abeb6d63b
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
# TODO: make this work with the regular rake command
|
||||
script: "bundle exec rake spec"
|
||||
gemfile:
|
||||
|
@ -11,3 +12,6 @@ before_script:
|
|||
- cp db/sample.config.yml db/config.yml
|
||||
services:
|
||||
- mongodb
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 2.0.0
|
||||
|
|
Loading…
Reference in a new issue