Skip to content

Commit

Permalink
Stop testing against Ruby 1.9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sds committed Feb 3, 2019
1 parent 3cb14ed commit 6b25d2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ os:
- osx

rvm:
- 1.9.3
- jruby-9.1.9.0
- rbx-3
- 2.0.0
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b25d2d

Please sign in to comment.