rack-attack/.travis.yml
Aaron Suggs 118d0afe26 Drop tests for ruby 2.0.
It’s EOL, so we’re not supporting it anymore.
2016-07-04 21:35:05 -04:00

18 lines
322 B
YAML

language: ruby
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
- jruby-19mode
gemfile:
- gemfiles/activesupport3.2.gemfile
- gemfiles/activesupport4.0.gemfile
- gemfiles/activesupport4.1.gemfile
- gemfiles/activesupport4.2.gemfile
- gemfiles/dalli1.1.gemfile
- gemfiles/dalli2.gemfile
services:
- redis
- memcached