From 03c03d7e169954185b008253f8bf2f9068198ca3 Mon Sep 17 00:00:00 2001 From: Brian Shirai Date: Tue, 19 Jul 2016 09:52:24 -0700 Subject: [PATCH] Enable Rubinius 3.x on Travis Due to issues with RVM, only 'rbx' (semi) reliably works on Travis. This will run the most recent Rubinius 3.x release, which is the only supported release. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa7d68c3..de492dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ rvm: - 2.2.4 - 2.3.1 - ruby-head - - rbx-2 + - rbx - jruby-9.1.0.0 - jruby-head @@ -30,7 +30,7 @@ matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - - rvm: rbx-2 + - rvm: rbx notifications: recipients: