From: Joe Orton Date: Wed, 8 Jul 2020 09:39:18 +0000 (+0000) Subject: Revert r1879627, the Travis job has now recovered. [skip ci] X-Git-Tag: 2.4.44~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da075461e86b94476320858d2db3a4495c8c1df;p=thirdparty%2Fapache%2Fhttpd.git Revert r1879627, the Travis job has now recovered. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879631 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 43724ecfb45..bfdc373784a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"