From b6a1294b45da468a13983b2d711a7ec6e4446ef6 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Mon, 27 Mar 2017 21:10:06 -0700 Subject: [PATCH] Drop support for Ruby 2.0. Ruby 2.0 is no longer maintained. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d66570..e7fd1a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ before_script: script: CODECLIMATE_REPO_TOKEN=ea0ada8842b47f59715526e88df53a81afff061152ce67bb73a8baa75443ea43 bundle exec rspec && bundle exec codeclimate-test-reporter rvm: - - 2.0.0 - 2.1.0 - 2.2.0 - 2.3.0