File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
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
3
rvm :
10
4
- 2.4
11
5
- 2.5
12
6
- 2.6
13
- - 2.7
14
7
15
8
env :
16
9
- RAILS_VERSION=4.2
20
13
- RAILS_VERSION=6.0
21
14
22
15
matrix :
16
+ include :
17
+ - rvm : 2.4
18
+ before_install :
19
+ # Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
20
+ - gem update --system '2.7.8' --no-document
21
+ - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
22
+ - gem install bundler -v '< 2' --no-document
23
23
exclude :
24
24
- rvm : 2.4
25
25
env : RAILS_VERSION=6.0
26
26
- rvm : 2.6
27
27
env : RAILS_VERSION=4.2
28
28
- rvm : 2.6
29
29
env : RAILS_VERSION=5.0
30
- - rvm : 2.7
31
- env : RAILS_VERSION=4.2
32
- - rvm : 2.7
33
- env : RAILS_VERSION=5.0
34
30
35
31
sudo : false
You can’t perform that action at this time.
0 commit comments