File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11language : ruby
22cache : bundler
33rvm :
4- - 2.4.6
5- - 2.5.5
6- - 2.6.3
4+ - 2.4.9
5+ - 2.5.7
6+ - 2.6.5
77 - ruby-head
88env :
99 - RAILS_VERSION="~> 4.2.0"
1010 - RAILS_VERSION="~> 5.0.0"
1111 - RAILS_VERSION="~> 5.1.0"
1212 - RAILS_VERSION="~> 5.2.0"
13- - RAILS_VERSION="~> 6.0.0.rc1 "
13+ - RAILS_VERSION="~> 6.0.0"
1414matrix :
1515 exclude :
16- - rvm : 2.4.6
17- env : RAILS_VERSION="~> 6.0.0.rc1 "
18- - rvm : 2.6.3
16+ - rvm : 2.4.9
17+ env : RAILS_VERSION="~> 6.0.0"
18+ - rvm : 2.6.5
1919 env : RAILS_VERSION="~> 4.2.0"
2020 allow_failures :
2121 - rvm : ruby-head
2222 fast_finish : true
2323before_install :
2424 - gem update --system 3.0.3
2525 - gem uninstall bundler && gem install bundler -v 1.17.3
26+ # Sprockets 4.x only supports Ruby >= 2.5
27+ - gem install sprockets -v 3.7
2628before_script :
2729 - travis_retry gem install rails --version "$RAILS_VERSION"
You can’t perform that action at this time.
0 commit comments