From 7aea595ed0c9887b09484cd46435d1af165f24ef Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Fri, 12 May 2017 14:44:43 +0200 Subject: [PATCH] Remove rbx since it doesn't seem to install. https://travis-ci.org/rails/rails-html-sanitizer/jobs/229025256 Don't have time to look into why, but if other's are reading this and want to add rbx back: please do investigate. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96790db..d514f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ rvm: - 2.3.3 - 2.4.0 - ruby-head - - rbx-2 - jruby matrix: fast_finish: true