From 6b25d2df87d90c5c240fd63d485627dc76fad048 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Sat, 2 Feb 2019 22:08:56 -0800 Subject: [PATCH] Stop testing against Ruby 1.9 Tests against Ruby 1.9 fail because installing a recent version of Rake (12.x) requires Ruby 2.x or newer. Ruby 1.9 reached EOL on February 23, 2015: https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/ For this reason, we're going to stop testing against it. --- .travis.yml | 1 - appveyor.yml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90b63aa..0ccb85a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ os: - osx rvm: - - 1.9.3 - jruby-9.1.9.0 - rbx-3 - 2.0.0 diff --git a/appveyor.yml b/appveyor.yml index 38af22a..65d029a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,12 +2,6 @@ version: '1.0.{build}' environment: matrix: - - CHILDPROCESS_POSIX_SPAWN: true - CHILDPROCESS_UNSET: should-be-unset - RUBY_VERSION: 193-x64 - - CHILDPROCESS_POSIX_SPAWN: false - CHILDPROCESS_UNSET: should-be-unset - RUBY_VERSION: 193-x64 - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 200-x64