summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-11-25 08:13:59 +0000
committerJoe Orton <jorton@apache.org>2020-11-25 08:13:59 +0000
commitd2ce9938e6c933b330fda004b8d8813c2dc3fa54 (patch)
treef004c5103b0a76ad3de1ed075ea0304e309d9e74 /.travis.yml
parent07e4fa6e5185659a0fcbf12dc88c9f23ff8d4860 (diff)
downloadhttpd-d2ce9938e6c933b330fda004b8d8813c2dc3fa54.tar.gz
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.yml4
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"