add "jruby-20mode" and "jruby-21mode" to .travis.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@12873 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-11 08:40:25 +00:00
parent 889a5ed77a
commit 561f0f14ba
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ rvm:
- 2.1.0
- jruby-18mode
- jruby-19mode
- jruby-20mode
- jruby-21mode
env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"