From dc0ef58f03c4c4fb936ca6f213e7a0276a7594fe Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 23 Jun 2020 11:14:19 +0000 Subject: [PATCH] Disable mod_cgi to ensure mod_cgid is really being tested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879113 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b68a62776b..e2fc7273c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,7 @@ jobs: # ------------------------------------------------------------------------- - if: *condition_not_24x name: Linux Ubuntu, Event MPM, all-modules, mod_cgid fdpassing - env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --enable-cgid-fdpassing" + env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi --enable-cgid-fdpassing" # ------------------------------------------------------------------------- - if: *condition_not_24x name: Linux Ubuntu, PCRE 1, GCC 7 maintainer-mode w/-Werror -- 2.47.3