mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Drop test support for ruby 1.9.2
1.9.2 isn't supported by rails 4, and is difficult to test with travis ci. Attn @zmillman: I'd welcome further patches to better test ruby 1.9.2 support without compromising testing on 1.9.3 & 2.0. See also: #21
This commit is contained in:
parent
1d367f5acd
commit
7d9326235d
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- jruby-head
|
- jruby-head
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue