Skip to content

Commit

Permalink
Try to fix bundler on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jul 3, 2019
1 parent d983098 commit e8f8610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ rvm:
- 2.4
- 2.3
- 2.2
before_install:
- gem install bundler -v $(grep -F "BUNDLED WITH" -A 1 "${BUNDLE_GEMFILE:-Gemfile}.lock" | tail -1)
gemfile:
- gemfiles/rspec_2_x.gemfile
- gemfiles/rspec_3_0.gemfile
Expand Down

0 comments on commit e8f8610

Please sign in to comment.