Trying to make the tests green.

This commit is contained in:
Clément Blanco 2017-07-17 14:01:10 +01:00
parent 5eeed03dcd
commit afc56c12fe

View File

@ -5,7 +5,7 @@ php:
- 7.0
before_install:
- pecl install ldap
- 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