diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-11 23:54:51 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-11 23:54:51 +0000 |
commit | b1c151f6c33796849e8415baa70b761dece2bd30 (patch) | |
tree | 8946dd63da81a3b97834f10dd0fe3860971dc7f8 /.travis.yml | |
parent | 489496488fe4839ccbe4a25c9d00cccbbfc56226 (diff) | |
download | redmine-b1c151f6c33796849e8415baa70b761dece2bd30.tar.gz redmine-b1c151f6c33796849e8415baa70b761dece2bd30.zip |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 340e8c62c..12a8666e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |