aboutsummaryrefslogtreecommitdiff
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
parent[ticket/12574] Remove passwords manager dependency from ldap (diff)
downloadphpbb-0cd7033baad12acc2abcee38b023031322623dc4.tar.gz
phpbb-0cd7033baad12acc2abcee38b023031322623dc4.tar.bz2
phpbb-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 &