mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Install bundle gems to the system not to vendor/bundle"
This reverts commit 875dd3edfd34eaa20120b6589b0d1905230e948f. The issue was fixed in rbx-2.2.3
This commit is contained in:
parent
4a3e2a0156
commit
2be2003d06
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ script: 'ci/travis.rb'
|
|||
before_install:
|
||||
- travis_retry gem install bundler
|
||||
- "rvm current | grep 'jruby' && export AR_JDBC=true || echo"
|
||||
install: "bundle install --without test"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
|
Loading…
Reference in a new issue