Skip to content

Commit

Permalink
Specify bundler version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mansfield committed Feb 17, 2023
1 parent df99bee commit 5994e8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: ruby

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'

addons:
code_climate:
repo_token: 455155dab5ce38bdda48bd7f4a94dd1e460889794046165191e5cf0a680e1999
Expand Down

0 comments on commit 5994e8f

Please sign in to comment.