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/07/08 09:39:18 UTC

svn commit: r1879631 - /httpd/httpd/branches/2.4.x/.travis.yml

Author: jorton
Date: Wed Jul  8 09:39:18 2020
New Revision: 1879631

URL: http://svn.apache.org/viewvc?rev=1879631&view=rev
Log:
Revert r1879627, the Travis job has now recovered. [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/.travis.yml

Modified: httpd/httpd/branches/2.4.x/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.travis.yml?rev=1879631&r1=1879630&r2=1879631&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Wed Jul  8 09:39:18 2020
@@ -97,7 +97,7 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall --with-mpm=prefork"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Worker MPM, all-modules
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" CLEAR_CACHE=1
+      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"