File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 11language : 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-
93rvm :
104 - 2.4
115 - 2.5
126 - 2.6
13- - 2.7
147
158env :
169 - RAILS_VERSION=4.2
2013 - RAILS_VERSION=6.0
2114
2215matrix :
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
2323 exclude :
2424 - rvm : 2.4
2525 env : RAILS_VERSION=6.0
2626 - rvm : 2.6
2727 env : RAILS_VERSION=4.2
2828 - rvm : 2.6
2929 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
3430
3531sudo : false
You can’t perform that action at this time.
0 commit comments