mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
|
- 2.6.0-preview1
|
||||||
- 2.5.0
|
- 2.5.0
|
||||||
- 2.4.3
|
- 2.4.3
|
||||||
- 2.3.6
|
- 2.3.6
|
||||||
|
|
@ -22,6 +23,8 @@ gemfile:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- gemfile: gemfiles/rails_5_2.gemfile
|
- gemfile: gemfiles/rails_5_2.gemfile
|
||||||
|
- rvm: 2.6.0-preview1
|
||||||
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue