Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Don't install bundler in travis before_install (#152)
Browse files Browse the repository at this point in the history
An appropriate bundler version is installed by rvm with the ruby version
requested.  Later if we gem install bundler it will fail on really old
rubies (< 2.3) because it tries to install bundler 2.0.

As long as the specific version of bundler doesn't matter we can just
use the bundler version that rvm installs.
  • Loading branch information
agrare authored and jrgarcia committed Feb 7, 2019
1 parent 9297bab commit 6418b8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ rvm:
- 2.5.3
- jruby-9.1.17.0
- jruby-9.2.5.0
before_install:
- gem install bundler

0 comments on commit 6418b8f

Please sign in to comment.