diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-11 08:40:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-11 08:40:25 +0000 |
commit | 561f0f14bad0e8047e476d0391025e20c5290850 (patch) | |
tree | b8938ac15b8567b406c2cd609720bdcf326f5b94 /.travis.yml | |
parent | 889a5ed77a991c34430f660314334274ef375a77 (diff) | |
download | redmine-561f0f14bad0e8047e476d0391025e20c5290850.tar.gz redmine-561f0f14bad0e8047e476d0391025e20c5290850.zip |
add "jruby-20mode" and "jruby-21mode" to .travis.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@12873 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 e539549b1..78cc3b7a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |