You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/11/08 12:34:25 UTC

svn commit: r1869548 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Fri Nov  8 12:34:25 2019
New Revision: 1869548

URL: http://svn.apache.org/viewvc?rev=1869548&view=rev
Log:
Add APR 1.4/APR-util 1.4 build, but only for 2.4.x.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869548&r1=1869547&r2=1869548&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Nov  8 12:34:25 2019
@@ -78,6 +78,11 @@ matrix:
       env: APR_VERSION=1.5.1 APU_VERSION=1.5.4
            CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - if: branch = 2.4.x
+      name: Linux Ubuntu, APR 1.4.8, APR-util 1.4.2
+      env: APR_VERSION=1.4.8 APU_VERSION=1.4.2
+           CONFIG="--enable-mods-shared=reallyall"
+    # -------------------------------------------------------------------------
 
 before_install:
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then