1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

travis: allow failures on jruby 9000

git-svn-id: http://svn.redmine.org/redmine/trunk@14529 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-08-30 04:53:43 +00:00
parent 6501dd7163
commit 4f6f2a7e27

View File

@ -51,6 +51,7 @@ matrix:
- env: "SUITE=units DB=mysql-5.7-dmr"
- env: "SUITE=functionals DB=mysql-5.7-dmr"
- env: "SUITE=integration DB=mysql-5.7-dmr"
- rvm: jruby-9.0.0.0
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779