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:
Peter Suschlik 2015-01-22 12:35:03 +01:00
parent 9d519eefbc
commit 49585be858
1 changed files with 0 additions and 1 deletions

View File

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