diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-09-14 08:01:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-09-14 08:01:04 +0000 |
commit | 93ce9811be842ffd505d376be75ae3b3301b165a (patch) | |
tree | 5f0f7ce16b36c86594f851e7865c38590600fb41 /.travis.yml | |
parent | 08e666393db8e0a62435a933d6f831181a6ecff3 (diff) | |
download | redmine-93ce9811be842ffd505d376be75ae3b3301b165a.tar.gz redmine-93ce9811be842ffd505d376be75ae3b3301b165a.zip |
trunk: Merged r14580 from 2.6-stable.
travis: upgrade jruby-9.0.0.0 to jruby-9.0.1.0.
git-svn-id: http://svn.redmine.org/redmine/trunk@14581 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1e821b5c7..c2cf6392e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ rvm: - 2.0 - 2.1 - 2.2 - - jruby-9.0.0.0 + - jruby-9.0.1.0 - jruby env: - "SUITE=units DB=postgresql" @@ -81,7 +81,7 @@ matrix: - env: "SUITE=ui DB=postgresql-9.3" - env: "SUITE=ui DB=postgresql-9.4" - env: "SUITE=ui DB=postgresql-9.5" - - rvm: jruby-9.0.0.0 + - rvm: jruby-9.0.1.0 # SCM tests fail randomly due to IO.popen(). # http://www.redmine.org/issues/19091 # https://github.com/jruby/jruby/issues/779 |