From: Joe Orton Date: Tue, 23 Jun 2020 11:14:19 +0000 (+0000) Subject: Disable mod_cgi to ensure mod_cgid is really being tested. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0ef58f03c4c4fb936ca6f213e7a0276a7594fe;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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