From 0c8774c05de87eefd8d453ef580cac8878b62cf5 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 6 Mar 2013 20:54:02 -0800 Subject: [PATCH] We now resume our originally scheduled allowed failure matrix --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d90154..7df7ecc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,10 @@ rvm: - rbx-18mode - rbx-19mode -# matrix: -# allow_failures: -# - rvm: 2.0.0 # encoding errors :( -# - rvm: ruby-head -# - rvm: jruby-head +matrix: + allow_failures: + - rvm: ruby-head + - rvm: jruby-head notifications: irc: "irc.freenode.org#cryptosphere"