You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/06/23 11:14:19 UTC

svn commit: r1879113 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Tue Jun 23 11:14:19 2020
New Revision: 1879113

URL: http://svn.apache.org/viewvc?rev=1879113&view=rev
Log:
Disable mod_cgi to ensure mod_cgid is really being tested.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1879113&r1=1879112&r2=1879113&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Jun 23 11:14:19 2020
@@ -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