From 6cb3c6b6c4c4ded544ddc47905243d3d0ccb9694 Mon Sep 17 00:00:00 2001 From: sanemat Date: Thu, 10 Jan 2013 00:34:25 +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 f05c35cb9..87b773359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rvm: - 1.8.7 - 1.9.2 - 1.9.3 + - 2.0.0 - jruby - ree script: "bundle exec rake spec:all" @@ -15,3 +16,6 @@ notifications: - sbazyl@google.com on_success: change on_failure: change +matrix: + allow_failures: + - rvm: 2.0.0