]> source.dussan.org Git - redmine.git/commitdiff
allow jruby test failure on travis
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 11 Feb 2014 23:54:51 +0000 (23:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 11 Feb 2014 23:54:51 +0000 (23:54 +0000)
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

.travis.yml

index 340e8c62c1ee584a20dee7a153c24e7568b98c7e..12a8666e8b603695a3a59638f25204f4ebd1ebe5 100644 (file)
@@ -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"