Skip to content

Commit

Permalink
Fix up bundler version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 17, 2020
1 parent c6b5c79 commit 9ed64b9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: ruby

before_install:
# Workaround for https://github.com/travis-ci/travis-ci/issues/8969
- gem update --system
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
- gem update --system '2.7.8' --no-document
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2' --no-document

rvm:
- 2.4
Expand All @@ -19,13 +21,15 @@ env:

matrix:
exclude:
- rvm: 2.5
env: RAILS_VERSION=4.2
- rvm: 2.5
env: RAILS_VERSION=5.0
- rvm: 2.4
env: RAILS_VERSION=6.0
- rvm: 2.6
env: RAILS_VERSION=4.2
- rvm: 2.6
env: RAILS_VERSION=5.0
- rvm: 2.7
env: RAILS_VERSION=4.2
- rvm: 2.7
env: RAILS_VERSION=5.0

sudo: false

0 comments on commit 9ed64b9

Please sign in to comment.