diff options
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 |