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.
This commit is contained in:
Daniel Colson 2018-11-25 23:53:16 -05:00
parent f637c3d744
commit 0adce4b4f4
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ rvm:
- 2.4 - 2.4
- 2.5 - 2.5
- ruby-head - ruby-head
- rbx-2
before_install: before_install:
- gem update --system - gem update --system
- gem update bundler - gem update bundler
@ -19,7 +18,6 @@ matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: rbx-2
branches: branches:
only: only:
- master - master