mirror of https://github.com/rails/rails
Disable builds AR-JDBC against master
Currently, bundling `activerecord-jdbc-adapter`'s master branch seems to be broken. See jruby/activerecord-jdbc-adapter#614 This commit partially reverts #12107
This commit is contained in:
parent
9d519eefbc
commit
49585be858
|
@ -2,7 +2,6 @@ language: ruby
|
|||
sudo: false
|
||||
script: 'ci/travis.rb'
|
||||
before_install:
|
||||
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
|
||||
- gem install bundler
|
||||
before_script:
|
||||
- bundle update
|
||||
|
|
Loading…
Reference in New Issue