summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-30 04:53:43 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-30 04:53:43 +0000
commit4f6f2a7e27debd5a87342e1fe0a2bb71923a40b2 (patch)
tree7d930a6e6c7b733f8eaa776bd562469522c8782d
parent6501dd7163854d84d35b15d905da34d837f0ce14 (diff)
downloadredmine-4f6f2a7e27debd5a87342e1fe0a2bb71923a40b2.tar.gz
redmine-4f6f2a7e27debd5a87342e1fe0a2bb71923a40b2.zip
travis: allow failures on jruby 9000
git-svn-id: http://svn.redmine.org/redmine/trunk@14529 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ca31ef7cb..9dbdbafbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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