From: Christophe Jaillet Date: Sun, 17 Jan 2021 16:48:20 +0000 (+0000) Subject: Backport r1885581 to fix test-framework failure X-Git-Tag: 2.4.47~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e6ff775c60c4ae80a12d4daa16e08796a34d6f7;p=thirdparty%2Fapache%2Fhttpd.git Backport r1885581 to fix test-framework failure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885608 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index c824f82e6f2..899b4268a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -348,7 +348,7 @@ 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; + CC=gcc cpanm --notest Net::SSL LWP::Protocol::https ExtUtils::Embed Test::More AnyEvent DateTime HTTP::DAV Protocol::HTTP2::Client FCGI AnyEvent::WebSocket::Client Apache::Test; fi before_script: