From c19ad411a4f9f7499e3187b22fa7fba882efe53f Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Thu, 7 May 2015 18:22:29 -0500 Subject: [PATCH] Start testing with JRuby too. However, because JRuby stable does not support 2.0/21 mode on Travis (reliably as far as I'm aware) we only test on JRuby-head right now because we have dropped support for any EOL Ruby and master contains some code that might or might not fail out on 1.9. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d7960ce7..1b25cf93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ rvm: - 2.2 - 2.1 - 2.0 +- jruby-head +matrix: + allow_failures: + - rvm: jruby-head env: matrix: - TEST_SUITE=test