aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-06-08 23:42:01 +0930
committerMatthew Draper <matthew@trebex.net>2014-06-08 23:42:01 +0930
commitc9a43126c5e2c608ab3ff1be994bce69e815a144 (patch)
treef63dc644c72de8482a9651f2aa17d9ca0f518598 /.travis.yml
parent71f99be858b856f95c50103002e45bb55c634b36 (diff)
downloadrails-c9a43126c5e2c608ab3ff1be994bce69e815a144.tar.gz
rails-c9a43126c5e2c608ab3ff1be994bce69e815a144.tar.bz2
rails-c9a43126c5e2c608ab3ff1be994bce69e815a144.zip
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e5aaf57f93..8eee7b129b 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