mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-02 10:45:54 +00:00
27 lines
430 B
YAML
27 lines
430 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.5.0
|
|
- 2.4.3
|
|
- 2.3.6
|
|
- 2.2.9
|
|
- jruby-9.1.14.0
|
|
|
|
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
|
|
gemfile:
|
|
- gemfiles/rails_5_2.gemfile
|
|
- gemfiles/rails_5_1.gemfile
|
|
- gemfiles/rails_5_0.gemfile
|
|
- gemfiles/rails_4_2.gemfile
|
|
- gemfiles/dalli2.gemfile
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- gemfile: gemfiles/rails_5_2.gemfile
|
|
fast_finish: true
|
|
|
|
services:
|
|
- redis
|
|
- memcached
|