`export AR_JDBC=true` on travis-ci as a *before_install* (but on jruby only)

This commit is contained in:
kares 2013-09-03 08:57:50 +02:00
parent 0a4683055d
commit 0941a109fd
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
script: 'ci/travis.rb'
before_install:
- travis_retry gem install bundler
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
rvm:
- 1.9.3
- 2.0.0