mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
ci: don't run tests for rails 6 against incompatible ruby versions
This commit is contained in:
parent
78266c19d4
commit
f79637559f
1 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,11 @@ matrix:
|
|||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
|
||||
exclude:
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.4.5
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.3.8
|
||||
fast_finish: true
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue