From 0adce4b4f47c6da2ec43b8bc3e765501e0be865f Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 25 Nov 2018 23:53:16 -0500 Subject: [PATCH] Stop running travis with Rubinius These tests have been failing for a while now, and I don't plan on debugging the failures. If we can get them passing again, I would be happy to add them back. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5093141..c6109d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ rvm: - 2.4 - 2.5 - ruby-head - - rbx-2 before_install: - gem update --system - gem update bundler @@ -19,7 +18,6 @@ matrix: fast_finish: true allow_failures: - rvm: ruby-head - - rvm: rbx-2 branches: only: - master