From 9d0b0054fab50f92df22505e21735dd38b4e822c Mon Sep 17 00:00:00 2001 From: Robin Mehner Date: Fri, 8 Mar 2013 12:28:12 +0100 Subject: [PATCH] Remove support for 1.9.2 as it's not stable anyway 1.9.2 was not a stable ruby version and has problems to compile all over the place. People should move to 1.9.3 anyway. This removes the issue with rdiscount which you can read up on here: https://github.com/rtomayko/rdiscount/issues/48 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7402822..4796dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: ruby rvm: - ree - 1.8.7 - - 1.9.2 - 1.9.3 - 2.0.0 - rbx-18mode