Skip to content

Commit 0b59810

Browse files
committed
CI. Skip all Rails versions except 6.0 and 6.1 for Ruby 3.0
1 parent 67c2434 commit 0b59810

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ matrix:
3333
- rvm: ruby-2.4.6
3434
gemfile: gemfiles/rails_6_1.gemfile
3535

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+
- rvm: ruby-3.0.0
40+
gemfile: gemfiles/rails_5_0.gemfile
41+
- rvm: ruby-3.0.0
42+
gemfile: gemfiles/rails_5_1.gemfile
43+
- rvm: ruby-3.0.0
44+
gemfile: gemfiles/rails_5_2.gemfile
45+
46+
3647
### BUILD LIFECYCLE STEPS ###
3748

3849
before_install:

0 commit comments

Comments
 (0)