mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Let TravisCI give early feedback about ruby 2.6.0-preview1
This commit is contained in:
parent
43eec3ab78
commit
0200ec419c
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ language: ruby
|
|||
cache: bundler
|
||||
|
||||
rvm:
|
||||
- 2.6.0-preview1
|
||||
- 2.5.0
|
||||
- 2.4.3
|
||||
- 2.3.6
|
||||
|
|
@ -22,6 +23,8 @@ gemfile:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- gemfile: gemfiles/rails_5_2.gemfile
|
||||
- rvm: 2.6.0-preview1
|
||||
|
||||
fast_finish: true
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue