]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1879627, the Travis job has now recovered. [skip ci]
authorJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 09:39:18 +0000 (09:39 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Jul 2020 09:39:18 +0000 (09:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879631 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 43724ecfb45ed6f553adf8beb5c75b0d9e2c9bcd..bfdc373784ae7c4d8b185d0287190982c3c34215 100644 (file)
@@ -97,7 +97,7 @@ jobs:
       env: CONFIG="--enable-mods-shared=reallyall --with-mpm=prefork"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Worker MPM, all-modules
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker" CLEAR_CACHE=1
+      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs, all-modules
       env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"