]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r1885581 to fix test-framework failure
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Jan 2021 16:48:20 +0000 (16:48 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 Jan 2021 16:48:20 +0000 (16:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885608 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index c824f82e6f2832bee05b8a552b6b323d1a2487f4..899b4268a72d72863128f79dd92c71487e18cae8 100644 (file)
@@ -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: