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:
sanemat 2013-01-09 02:51:12 +09:00
parent 80a112f475
commit 3abeb6d63b
1 changed files with 4 additions and 0 deletions

View File

@ -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