##// END OF EJS Templates
allow jruby test failure on travis...
Toshi MARUYAMA -
r12600:b1c151f6c337
parent child
Show More
@@ -8,6 +8,11 rvm:
8 - 2.0.0
8 - 2.0.0
9 - 2.1.0
9 - 2.1.0
10 - jruby
10 - jruby
11 matrix:
12 allow_failures:
13 # SCM tests fail randomly due to IO.popen().
14 # https://github.com/jruby/jruby/issues/779
15 - rvm: jruby
11 env:
16 env:
12 - "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
17 - "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
13 - "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
18 - "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
General Comments 0
You need to be logged in to leave comments. Login now