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.
This commit is contained in:
Daniel Azuma 2019-01-04 14:00:52 -08:00 committed by GitHub
parent 7c2bb15975
commit e9fbc33afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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: