We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c2434 commit 0b59810Copy full SHA for 0b59810
.travis.yml
@@ -33,6 +33,17 @@ matrix:
33
- rvm: ruby-2.4.6
34
gemfile: gemfiles/rails_6_1.gemfile
35
36
+ # Rails supports Ruby 3 since 6.0 only so skip all the other versions
37
+ - rvm: ruby-3.0.0
38
+ gemfile: gemfiles/rails_4_2.gemfile
39
40
+ gemfile: gemfiles/rails_5_0.gemfile
41
42
+ gemfile: gemfiles/rails_5_1.gemfile
43
44
+ gemfile: gemfiles/rails_5_2.gemfile
45
+
46
47
### BUILD LIFECYCLE STEPS ###
48
49
before_install:
0 commit comments