From: Toshi MARUYAMA Date: Tue, 11 Feb 2014 23:54:51 +0000 (+0000) Subject: allow jruby test failure on travis X-Git-Tag: 2.5.0~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b1c151f6c33796849e8415baa70b761dece2bd30;p=redmine.git allow jruby test failure on travis SCM tests fail randomly due to IO.popen(). See: https://github.com/jruby/jruby/issues/779 git-svn-id: http://svn.redmine.org/redmine/trunk@12875 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.travis.yml b/.travis.yml index 340e8c62c..12a8666e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ rvm: - 2.0.0 - 2.1.0 - jruby +matrix: + allow_failures: + # SCM tests fail randomly due to IO.popen(). + # https://github.com/jruby/jruby/issues/779 + - rvm: jruby env: - "TEST_SUITE=units DATABASE_ADAPTER=postgresql" - "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"