diff options
author | Joe Orton <jorton@apache.org> | 2019-11-08 13:34:25 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2019-11-08 13:34:25 +0100 |
commit | 57d5ef1e4b592a2ab2b774f2083df507584ce7ba (patch) | |
tree | a32c2e7e9822b480432a09bffafc34ffc57c60a9 /.travis.yml | |
parent | Revert r1869541 and always run httpd's buildconf against the Debian APR, (diff) | |
download | apache2-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.yml | 5 |
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 |