Skip to content

Commit

Permalink
Manually install bundler in CI
Browse files Browse the repository at this point in the history
Travis suggests to manually install bundler if the correct version is
not found automatically.

https://docs.travis-ci.com/user/languages/ruby/#bundler-20
  • Loading branch information
agraul committed Feb 13, 2020
1 parent 39dffd9 commit 0bc9b3f
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 @@ -8,6 +8,8 @@ rvm:
- 2.5.7
- 2.6.5
- 2.7.0
before_install:
- gem install bundler
script:
- 'bundle exec rake rubocop'
- 'bundle exec rails test'
Expand Down

0 comments on commit 0bc9b3f

Please sign in to comment.