From: Joe Orton Date: Mon, 13 Jul 2020 07:27:04 +0000 (+0000) Subject: Actually clear the cache for the worker MPM (missed in r1879757). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17376f0a75d6031b882e889202fcf63e4890e3a;p=thirdparty%2Fapache%2Fhttpd.git Actually clear the cache for the worker MPM (missed in r1879757). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 3f48e315532..08ec66f8362 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,6 +101,7 @@ jobs: # ------------------------------------------------------------------------- - name: Linux Ubuntu, Worker MPM, all-modules 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"