1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use bundler 1.7 on travis

This commit is contained in:
Sean Griffin 2015-01-18 12:41:59 -07:00
parent eac4f75b9f
commit c542677310

View file

@ -3,6 +3,7 @@ sudo: false
script: 'ci/travis.rb'
before_install:
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
- gem install bundler
before_script:
- bundle update
cache: bundler