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:
Aaron Suggs 2013-08-20 13:45:23 -04:00
parent 1d367f5acd
commit 7d9326235d

View file

@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-head