diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 15:56:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 15:56:53 +0000 |
commit | 643e4917ca7eabbcf2fd1f8f739ed49f9c6edf75 (patch) | |
tree | 1d3b007a0ea823d8b721621f28db870ade6ec303 /.travis.yml | |
parent | e817ea15f95a897a23d25e0ad365a00e5d88050a (diff) | |
download | redmine-643e4917ca7eabbcf2fd1f8f739ed49f9c6edf75.tar.gz redmine-643e4917ca7eabbcf2fd1f8f739ed49f9c6edf75.zip |
add jruby-21mode to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@13826 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 86effef48..42777cf39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,13 @@ rvm: - 2.0 - 2.1 - 2.2 + - jruby-21mode - jruby matrix: allow_failures: # SCM tests fail randomly due to IO.popen(). # https://github.com/jruby/jruby/issues/779 + - rvm: jruby-21mode - rvm: jruby env: - "TEST_SUITE=units DATABASE_ADAPTER=postgresql" |