Skip to content

Commit

Permalink
allow jruby test failure on travis
Browse files Browse the repository at this point in the history
SCM tests fail randomly due to IO.popen().

See:
jruby/jruby#779

git-svn-id: http://svn.redmine.org/redmine/trunk@12875 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
Toshi MARUYAMA committed Feb 11, 2014
1 parent 4894964 commit b1c151f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,11 @@ rvm:
- 2.0.0
- 2.1.0
- jruby
matrix:
allow_failures:
# SCM tests fail randomly due to IO.popen().
# https://github.com/jruby/jruby/issues/779
- rvm: jruby
env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
Expand Down

0 comments on commit b1c151f

Please sign in to comment.