diff options
author | Joe Orton <jorton@apache.org> | 2020-07-13 09:27:04 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-07-13 09:27:04 +0200 |
commit | b17376f0a75d6031b882e889202fcf63e4890e3a (patch) | |
tree | f49d1e75a78d760ca8ba823921f24711499f307d | |
parent | Try removing the cached ~/perl5 to reset the broken worker (diff) | |
download | apache2-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.yml | 1 |
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" |