We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed64b9 commit a1f9f0aCopy full SHA for a1f9f0a
.travis.yml
@@ -1,11 +1,5 @@
1
language: ruby
2
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
-
9
rvm:
10
- 2.4
11
- 2.5
@@ -20,6 +14,13 @@ env:
20
14
- RAILS_VERSION=6.0
21
15
22
16
matrix:
17
+ include:
18
+ - rvm: 2.4
19
+ before_install:
+ # 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
23
+ - gem install bundler -v '< 2' --no-document
24
exclude:
25
- rvm: 2.4
26
env: RAILS_VERSION=6.0
0 commit comments