summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-07-06 11:46:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-07-06 11:46:58 +0000
commita680aa78a7cce8ba38ec8cdebe92655fad1d09e7 (patch)
tree7822cb85db83333e1b812fd8c81125c430535a51
parentae6c99321daa7a447162981a105fc8d1c2e97bf2 (diff)
downloadredmine-a680aa78a7cce8ba38ec8cdebe92655fad1d09e7.tar.gz
redmine-a680aa78a7cce8ba38ec8cdebe92655fad1d09e7.zip
travis: allow ui test failure on postgresql (#20251)
git-svn-id: http://svn.redmine.org/redmine/trunk@14415 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 45767e221..fc9c73715 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,8 @@ env:
- "SUITE=ui DB=sqlite3"
matrix:
allow_failures:
+ # http://www.redmine.org/issues/20251
+ - env: "SUITE=ui DB=postgresql"
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779