From 7520a185ab9762a5bb5bfe6d823d8cd582d95f63 Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Wed, 22 Jun 2016 11:11:58 -0700 Subject: [PATCH] The rbx-2 build can fail for unknown reasons Travis log: No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fbfa9824b..934403400 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ matrix: allow_failures: - rvm: jruby-head - rvm: rbx + - rvm: rbx-2 notifications: email: - hsbt@ruby-lang.org