1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-03 23:53:23 +00:00

trunk: Merged r14580 from 2.6-stable.

travis: upgrade jruby-9.0.0.0 to jruby-9.0.1.0.

git-svn-id: http://svn.redmine.org/redmine/trunk@14581 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-09-14 08:01:04 +00:00
parent 08e666393d
commit 93ce9811be

View File

@ -7,7 +7,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- jruby-9.0.0.0
- jruby-9.0.1.0
- jruby
env:
- "SUITE=units DB=postgresql"
@ -81,7 +81,7 @@ matrix:
- env: "SUITE=ui DB=postgresql-9.3"
- env: "SUITE=ui DB=postgresql-9.4"
- env: "SUITE=ui DB=postgresql-9.5"
- rvm: jruby-9.0.0.0
- rvm: jruby-9.0.1.0
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779