##// END OF EJS Templates
2.6-stable: travis: allow failures on jruby-9.0.0.0 postgresql...
Toshi MARUYAMA -
r14188:23ab68f628ee
parent child
Show More
@@ -45,6 +45,12 matrix:
45 # http://www.redmine.org/issues/19091
45 # http://www.redmine.org/issues/19091
46 # https://github.com/jruby/jruby/issues/779
46 # https://github.com/jruby/jruby/issues/779
47 - rvm: jruby
47 - rvm: jruby
48 - rvm: jruby-9.0.0.0
49 env: "SUITE=units DB=postgresql-9.5"
50 - rvm: jruby-9.0.0.0
51 env: "SUITE=functionals DB=postgresql-9.5"
52 - rvm: jruby-9.0.0.0
53 env: "SUITE=integration DB=postgresql-9.5"
48 before_install:
54 before_install:
49 # https://github.com/travis-ci/travis-ci/issues/4720
55 # https://github.com/travis-ci/travis-ci/issues/4720
50 - if [[ ${TRAVIS_RUBY_VERSION} =~ jruby-9\.0 ]] ;
56 - if [[ ${TRAVIS_RUBY_VERSION} =~ jruby-9\.0 ]] ;
General Comments 0
You need to be logged in to leave comments. Login now