From: Joe Orton Date: Fri, 10 Jul 2020 11:25:14 +0000 (+0000) Subject: Try removing the cached ~/perl5 to reset the broken worker X-Git-Tag: 2.5.0-alpha2-ci-test-only~1272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf346dbf137d444304cc8d3833dc4db22590a8b;p=thirdparty%2Fapache%2Fhttpd.git Try removing the cached ~/perl5 to reset the broken worker MPM test job. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879757 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 99acd1b3c25..3f48e315532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -300,6 +300,7 @@ jobs: # otherwise. before_install: - if [ "$TRAVIS_OS_NAME" = "linux" -a ! -v SKIP_TESTING ]; then + if [ -v CLEAR_CACHE ]; then rm -rf ~/perl5; fi; cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib); CC=gcc cpanm --notest Net::SSL LWP::Protocol::https ExtUtils::Embed Test::More AnyEvent DateTime HTTP::DAV Protocol::HTTP2::Client FCGI Apache::Test; fi