From e9fbc33afdcb59fb7513e02285b76897596e5c66 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Fri, 4 Jan 2019 14:00:52 -0800 Subject: [PATCH] Disable combinations that are failing due to bundler2-rails-rvm interaction This is temporary. I'll probably switch us over to circleci 2 to get away from rvm gemsets. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e9c1218d..db913f920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ env: - RAILS_VERSION="~>5.0.0" matrix: exclude: - - env: RAILS_VERSION="~>5.0.0" - rvm: 2.0 - - env: RAILS_VERSION="~>5.0.0" - rvm: 2.1 + - env: RAILS_VERSION="~>4.2.0" + rvm: 2.3 + - env: RAILS_VERSION="~>4.2.0" + rvm: jruby before_install: - gem install bundler --version 1.17.3 notifications: