Skip to content

Commit

Permalink
export AR_JDBC=true on travis-ci as a *before_install* (but on jrub…
Browse files Browse the repository at this point in the history
…y only)
  • Loading branch information
kares committed Sep 3, 2013
1 parent 0a46830 commit 0941a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0941a10

Please sign in to comment.