mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Merge pull request #363 from grzuy/ruby_2-6
Update ruby 2.6 for TravisCI runs
This commit is contained in:
commit
7b119da8c8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.6.0-preview1
|
- 2.6.0-preview2
|
||||||
- 2.5.1
|
- 2.5.1
|
||||||
- 2.4.4
|
- 2.4.4
|
||||||
- 2.3.7
|
- 2.3.7
|
||||||
|
|
@ -30,7 +30,7 @@ gemfile:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.6.0-preview1
|
- rvm: 2.6.0-preview2
|
||||||
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue