]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add APR 1.4/APR-util 1.4 build, but only for 2.4.x.
authorJoe Orton <jorton@apache.org>
Fri, 8 Nov 2019 12:34:25 +0000 (12:34 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 8 Nov 2019 12:34:25 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869548 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 5c42c5e71a4704a562eb067a404b625c41e1f352..297d89eac05faae98aeb872eb61707fd789993ff 100644 (file)
@@ -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