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:
Piotr Sarnacki 2013-12-29 15:05:35 +01:00
parent 126dc47665
commit 15e2eb42a7
1 changed files with 1 additions and 0 deletions

View File

@ -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