Skip to content

Commit a1f9f0a

Browse files
committed
Lock bundler only for 2.4
1 parent 9ed64b9 commit a1f9f0a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
language: ruby
22

3-
before_install:
4-
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
5-
- gem update --system '2.7.8' --no-document
6-
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
7-
- gem install bundler -v '< 2' --no-document
8-
93
rvm:
104
- 2.4
115
- 2.5
@@ -20,6 +14,13 @@ env:
2014
- RAILS_VERSION=6.0
2115

2216
matrix:
17+
include:
18+
- rvm: 2.4
19+
before_install:
20+
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
21+
- gem update --system '2.7.8' --no-document
22+
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
23+
- gem install bundler -v '< 2' --no-document
2324
exclude:
2425
- rvm: 2.4
2526
env: RAILS_VERSION=6.0

0 commit comments

Comments
 (0)