From b17376f0a75d6031b882e889202fcf63e4890e3a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 13 Jul 2020 07:27:04 +0000 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3