diff options
author | Joe Orton <jorton@apache.org> | 2020-11-25 09:13:59 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-11-25 09:13:59 +0100 |
commit | d2ce9938e6c933b330fda004b8d8813c2dc3fa54 (patch) | |
tree | f004c5103b0a76ad3de1ed075ea0304e309d9e74 /.travis.yml | |
parent | mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown. (diff) | |
download | apache2-d2ce9938e6c933b330fda004b8d8813c2dc3fa54.tar.xz apache2-d2ce9938e6c933b330fda004b8d8813c2dc3fa54.zip |
Run the LDAP testing without pool-debug for the time being.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1883813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 43c88578e4..c0573f4f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -258,8 +258,8 @@ jobs: TEST_MALLOC=1 TEST_SSL=1 CLEAR_CACHE=1 # ------------------------------------------------------------------------- - - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, pool-debug, LDAP - env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" + - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, LDAP + env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" CONFIG="--enable-mods-shared=reallyall" TEST_MALLOC=1 TEST_LDAP=1 TEST_ARGS="-defines LDAP" |