Trying to make the tests green.

This commit is contained in:
Clément Blanco 2017-07-17 14:03:31 +01:00
parent afc56c12fe
commit 3b771f2976

View File

@ -4,8 +4,12 @@ language: php
php:
- 7.0
addons:
apt:
packages:
- php7.0-ldap
before_install:
- sudo apt-get install php7.0-ldap
- echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- php -i "(command-line 'phpinfo()')" | grep ldap