From e90db27f8e56a13fc8192844e326f282e630268f Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 25 Jan 2017 21:30:36 +0100 Subject: [PATCH] Remove Rubinius/rbx from the test matrix Keen eyes might have observed that in #547 while reformatting the section about supported rubies I also removed the mention of Rubinius. I did this as it said they were just tested to make sure they don't crash which wasn't true anymore - full test suite is run but it was set to allowed failures. Sadly Rubinius hasn't been running/installing at all on travis for quite some time: https://travis-ci.org/colszowka/simplecov/jobs/169209429 And before when it was still running it was failing on a lot of cukes: https://travis-ci.org/colszowka/simplecov/jobs/141918713 As tests don't run/no one looks at aren't worth much I'm inclined to drop it from the test matrix, plus my recent experience with getting it running hasn't been stellar. We might always readd once they get their new interpreter and JIT going. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02220dc6..85184a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,12 +21,10 @@ rvm: - ruby-head - jruby-head - jruby-9.1.7.0 - - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-9.1.7.0 - - rvm: rbx-2 fast_finish: true