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"
|
- RAILS_VERSION="~>5.0.0"
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- env: RAILS_VERSION="~>5.0.0"
|
- env: RAILS_VERSION="~>4.2.0"
|
||||||
rvm: 2.0
|
rvm: 2.3
|
||||||
- env: RAILS_VERSION="~>5.0.0"
|
- env: RAILS_VERSION="~>4.2.0"
|
||||||
rvm: 2.1
|
rvm: jruby
|
||||||
before_install:
|
before_install:
|
||||||
- gem install bundler --version 1.17.3
|
- gem install bundler --version 1.17.3
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue