From: Joe Orton Date: Fri, 8 Nov 2019 12:34:25 +0000 (+0000) Subject: Add APR 1.4/APR-util 1.4 build, but only for 2.4.x. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1809 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d5ef1e4b592a2ab2b774f2083df507584ce7ba;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/.travis.yml b/.travis.yml index 5c42c5e71a4..297d89eac05 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