Skip to content

Commit

Permalink
Install bundle gems to the system not to vendor/bundle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drogus committed Dec 29, 2013
1 parent 126dc47 commit 15e2eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15e2eb4

Please sign in to comment.