From c9a43126c5e2c608ab3ff1be994bce69e815a144 Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Sun, 8 Jun 2014 23:42:01 +0930 Subject: [PATCH] Ignore distressingly-frequent segfaults on this build Not sure what's causing them suddenly, but it seems unlikely there's much we can do about it. For the small amount of coverage this particular job gains us, it's hurting us more, by making CI failures unremarkable. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5aaf57f930..8eee7b129bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ env: - "GEM=ar:postgresql" matrix: allow_failures: + - rvm: 1.9.3 + env: "GEM=ar:mysql" - rvm: rbx-2 - rvm: jruby - rvm: ruby-head