allow jruby test failure on travis
SCM tests fail randomly due to IO.popen(). See: https://github.com/jruby/jruby/issues/779 git-svn-id: http://svn.redmine.org/redmine/trunk@12875 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
489496488f
commit
b1c151f6c3
|
@ -8,6 +8,11 @@ rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1.0
|
- 2.1.0
|
||||||
- jruby
|
- jruby
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
# SCM tests fail randomly due to IO.popen().
|
||||||
|
# https://github.com/jruby/jruby/issues/779
|
||||||
|
- rvm: jruby
|
||||||
env:
|
env:
|
||||||
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
|
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
|
||||||
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
|
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
|
||||||
|
|
Loading…
Reference in New Issue