aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-01 12:03:45 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-16 16:02:42 +0100
commit0cd7033baad12acc2abcee38b023031322623dc4 (patch)
tree96dc76042b227202c50bb2440a9d0a2f7360d892 /travis
parent2c3a24b678fa5070ffacd4a6bb3cfc26f648c07e (diff)
downloadforums-0cd7033baad12acc2abcee38b023031322623dc4.tar
forums-0cd7033baad12acc2abcee38b023031322623dc4.tar.gz
forums-0cd7033baad12acc2abcee38b023031322623dc4.tar.bz2
forums-0cd7033baad12acc2abcee38b023031322623dc4.tar.xz
forums-0cd7033baad12acc2abcee38b023031322623dc4.zip
[ticket/12574] Run LDAP test as slow test and install ldap extension
PHPBB3-12574
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/setup-ldap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-ldap.sh b/travis/setup-ldap.sh
index a8f4fddc49..699bb9eae8 100755
--- a/travis/setup-ldap.sh
+++ b/travis/setup-ldap.sh
@@ -15,7 +15,7 @@ SLOWTESTS=$1
if [ "$SLOWTESTS" == '1' ]
then
- sudo apt-get -y install ldap-utils slapd
+ sudo apt-get -y install ldap-utils slapd php5-ldap
echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
mkdir /tmp/slapd
slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 &