summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-07-13 09:27:04 +0200
committerJoe Orton <jorton@apache.org>2020-07-13 09:27:04 +0200
commitb17376f0a75d6031b882e889202fcf63e4890e3a (patch)
treef49d1e75a78d760ca8ba823921f24711499f307d
parentTry removing the cached ~/perl5 to reset the broken worker (diff)
downloadapache2-b17376f0a75d6031b882e889202fcf63e4890e3a.tar.xz
apache2-b17376f0a75d6031b882e889202fcf63e4890e3a.zip
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
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f48e31553..08ec66f836 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"