Skip to content

Commit

Permalink
travis: allow ui test failure on all environments (#20251)
Browse files Browse the repository at this point in the history
Refer:
travis-ci/travis-ci#3225

git-svn-id: http://svn.redmine.org/redmine/trunk@14522 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
Toshi MARUYAMA committed Aug 29, 2015
1 parent be2332c commit 677ed9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ matrix:
allow_failures:
# http://www.redmine.org/issues/20251
- env: "SUITE=ui DB=postgresql"
- env: "SUITE=ui DB=mysql-5.5"
- env: "SUITE=ui DB=mysql-5.6"
- env: "SUITE=ui DB=mysql-5.7-dmr"
- env: "SUITE=ui DB=mariadb-5.5"
- env: "SUITE=ui DB=mariadb-10.0"
- env: "SUITE=ui DB=sqlite3"
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779
Expand Down

0 comments on commit 677ed9d

Please sign in to comment.