]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add AnyEvent::WebSocket::Client
authorEric Covener <covener@apache.org>
Sat, 16 Jan 2021 21:11:19 +0000 (21:11 +0000)
committerEric Covener <covener@apache.org>
Sat, 16 Jan 2021 21:11:19 +0000 (21:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885581 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 08c1a60e76a8ded27825b3f6747eb9bb1ed12333..27468a245d8f9460183682a42a5fdf5199b92874 100644 (file)
@@ -349,7 +349,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: