summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-03 15:56:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-03 15:56:53 +0000
commit643e4917ca7eabbcf2fd1f8f739ed49f9c6edf75 (patch)
tree1d3b007a0ea823d8b721621f28db870ade6ec303 /.travis.yml
parente817ea15f95a897a23d25e0ad365a00e5d88050a (diff)
downloadredmine-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.yml2
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"