summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-09-14 05:07:06 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-09-14 05:07:06 +0000
commit23ab68f628ee8d3ecf7072ff2b0f178ff2cc2f58 (patch)
treecbde9178487291ae14557a27eece0a7474b59c8f
parent52f9ab110558fb8c689845a3b370ea01bd644dec (diff)
downloadredmine-23ab68f628ee8d3ecf7072ff2b0f178ff2cc2f58.tar.gz
redmine-23ab68f628ee8d3ecf7072ff2b0f178ff2cc2f58.zip
2.6-stable: travis: allow failures on jruby-9.0.0.0 postgresql
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14570 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 90ed201ae..1ea3cf506 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,12 @@ matrix:
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779
- rvm: jruby
+ - rvm: jruby-9.0.0.0
+ env: "SUITE=units DB=postgresql-9.5"
+ - rvm: jruby-9.0.0.0
+ env: "SUITE=functionals DB=postgresql-9.5"
+ - rvm: jruby-9.0.0.0
+ env: "SUITE=integration DB=postgresql-9.5"
before_install:
# https://github.com/travis-ci/travis-ci/issues/4720
- if [[ ${TRAVIS_RUBY_VERSION} =~ jruby-9\.0 ]] ;