]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Actually clear the cache for the worker MPM (missed in r1879757).
authorJoe Orton <jorton@apache.org>
Mon, 13 Jul 2020 07:27:04 +0000 (07:27 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Jul 2020 07:27:04 +0000 (07:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879816 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 3f48e315532b4845460c85e94ce279d2896650d0..08ec66f83629b14f1c27babdb7e741e819ed9edb 100644 (file)
@@ -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"