mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
- gemfile: gemfiles/rails_6_0.gemfile
|
- 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
|
fast_finish: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue