mirror of https://github.com/rails/rails
`export AR_JDBC=true` on travis-ci as a *before_install* (but on jruby only)
This commit is contained in:
parent
0a4683055d
commit
0941a109fd
|
@ -1,6 +1,7 @@
|
||||||
script: 'ci/travis.rb'
|
script: 'ci/travis.rb'
|
||||||
before_install:
|
before_install:
|
||||||
- travis_retry gem install bundler
|
- travis_retry gem install bundler
|
||||||
|
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
Loading…
Reference in New Issue