Skip to content

Commit 6f677ec

Browse files
committed
Don't run specs with Rails 6 and older rubies
Rails 6 is not supported by old ruby versions
1 parent fc25ab4 commit 6f677ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rvm:
55
- 2.3.8
66
- 2.4.6
77
- 2.5.5
8+
- 2.6.3
89
- ruby-head
910
- jruby-9.1.17.0
1011
- jruby-9.2.0.0
@@ -14,6 +15,11 @@ gemfile:
1415
- gemfiles/Gemfile.rails-5-2-stable
1516
- Gemfile
1617
matrix:
18+
exclude:
19+
- rvm: 2.3.8
20+
gemfile: Gemfile
21+
- rvm: 2.4.6
22+
gemfile: Gemfile
1723
allow_failures:
1824
- rvm: ruby-head
1925
- rvm: jruby-9.1.17.0

0 commit comments

Comments
 (0)