summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-11-08 13:34:25 +0100
committerJoe Orton <jorton@apache.org>2019-11-08 13:34:25 +0100
commit57d5ef1e4b592a2ab2b774f2083df507584ce7ba (patch)
treea32c2e7e9822b480432a09bffafc34ffc57c60a9 /.travis.yml
parentRevert r1869541 and always run httpd's buildconf against the Debian APR, (diff)
downloadapache2-57d5ef1e4b592a2ab2b774f2083df507584ce7ba.tar.xz
apache2-57d5ef1e4b592a2ab2b774f2083df507584ce7ba.zip
Add APR 1.4/APR-util 1.4 build, but only for 2.4.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c42c5e71a..297d89eac0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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