From e315f46761d679491df17244cfb41df3a8e10200 Mon Sep 17 00:00:00 2001 From: Code Ass Date: Thu, 25 Aug 2016 00:46:23 +0900 Subject: [PATCH] Remove Ruby 1.8.* and Ruby 1.9.* support rake requires 1.9+: https://github.com/ruby/rake/pull/86 tins requires 2.0+: https://github.com/flori/tins/commit/9ebb625d8a987bd54526006441ff97bc14c30e53 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc99f88ef..4d86ede37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ cache: bundler language: ruby rvm: - - 1.8.7 - - 1.9.3 - 2.0.0 - 2.1 - 2.2