From 89eaa0bf41cee1976c168910d45185e0e530a6ec Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 24 Oct 2015 13:33:27 +0000 Subject: [PATCH] Test like Lita --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f020208..3830f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,13 @@ rvm: - 2.0 - 2.1 - 2.2 - - rbx + - jruby-9.0.0.0 + - rbx-2 + +matrix: + allow_failures: + - rvm: jruby-9.0.0.0 + - rvm: rbx-2 script: bundle exec rake