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:
parent
7c2bb15975
commit
e9fbc33afd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue