From 7d9326235d94c71ed342a39e642e8e94f19bb429 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Tue, 20 Aug 2013 13:45:23 -0400 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0aede77..f5d716e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - 1.9.2 - 1.9.3 - 2.0.0 - jruby-head