mirror of https://github.com/rails/rails
Install bundle gems to the system not to vendor/bundle
Rubinius has problems with bundling when shared gems are disabled (ie. when --path or --deployhment is used). There is no real reason to install it with --path on TravisCI, so I'm dropping it.
This commit is contained in:
parent
126dc47665
commit
15e2eb42a7
|
@ -2,6 +2,7 @@ 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 New Issue