From: Joe Orton Date: Fri, 8 Nov 2019 10:22:48 +0000 (+0000) Subject: Build all modules when testing APR variations. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c2201285bbc609e704bdb3d75927b7b6702b96;p=thirdparty%2Fapache%2Fhttpd.git Build all modules when testing APR variations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 96f8ec6c10f..bf845a343af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,13 +65,16 @@ matrix: # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1 env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 + CONFIG="--enable-mods-shared=reallyall" # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.0 --enable-pool-debug, APR-util 1.6.1 env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" APU_VERSION=1.6.1 + CONFIG="--enable-mods-shared=reallyall" # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.5.1, APR-util 1.5.4 env: APR_VERSION=1.5.1 APU_VERSION=1.5.4 + CONFIG="--enable-mods-shared=reallyall" # ------------------------------------------------------------------------- before_install: