From: Joe Orton Date: Wed, 8 Jul 2020 07:41:44 +0000 (+0000) Subject: Clear cache for the worker job which appears to be in a bad state. X-Git-Tag: 2.4.44~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a147eeb933f2dd35789e9db29f6402b6efb78c;p=thirdparty%2Fapache%2Fhttpd.git Clear cache for the worker job which appears to be in a bad state. https://travis-ci.org/github/apache/httpd/jobs/705863962 [CTR under Travis exception] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index bfdc373784a..43724ecfb45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" + env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" CLEAR_CACHE=1 # ------------------------------------------------------------------------- - name: Linux Ubuntu, Shared MPMs, all-modules env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"