From 3abeb6d63b7126d8712e58a039093803bb2680f3 Mon Sep 17 00:00:00 2001 From: sanemat Date: Wed, 9 Jan 2013 02:51:12 +0900 Subject: [PATCH] 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 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48348ef..b64f642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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