rack-attack/.travis.yml
Aaron Suggs f6762dfc63 Drop test coverage for activesupport 3.2/4.0; dalli 1.1
They’re EOL, and the tests are a pain to maintain.
2016-07-04 22:12:55 -04:00

15 lines
216 B
YAML

language: ruby
rvm:
- 2.0.0
- 2.1.7
- 2.2.3
- jruby-19mode
gemfile:
- gemfiles/activesupport4.1.gemfile
- gemfiles/activesupport4.2.gemfile
- gemfiles/dalli2.gemfile
services:
- redis
- memcached