]> source.dussan.org Git - redmine.git/commitdiff
Merged r13826 from trunk to 2.6-stable.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 Jan 2015 16:04:46 +0000 (16:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 3 Jan 2015 16:04:46 +0000 (16:04 +0000)
add jruby-21mode to .travis.yml.

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13827 e93f8b46-1217-0410-a6f0-8f06a7374b81

.travis.yml

index 2ac840bc1aa413897656b4331d2919f1764fdac9..7811200d070b88dbc1dfa575ae9d6ba7920ac8f2 100644 (file)
@@ -8,11 +8,13 @@ rvm:
   - 1.9.3
   - 2.0
   - 2.1
+  - 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"