1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-04-05 07:21:39 +00:00

add jruby-21mode to .travis.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@13826 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-01-03 15:56:53 +00:00
parent e817ea15f9
commit 643e4917ca

View File

@ -7,11 +7,13 @@ rvm:
- 2.0 - 2.0
- 2.1 - 2.1
- 2.2 - 2.2
- jruby-21mode
- jruby - jruby
matrix: matrix:
allow_failures: allow_failures:
# SCM tests fail randomly due to IO.popen(). # SCM tests fail randomly due to IO.popen().
# https://github.com/jruby/jruby/issues/779 # https://github.com/jruby/jruby/issues/779
- rvm: jruby-21mode
- rvm: jruby - rvm: jruby
env: env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql" - "TEST_SUITE=units DATABASE_ADAPTER=postgresql"