Enable LDAP extension for travis-ci

This commit is contained in:
Frederic Guillot 2015-09-06 11:19:06 -04:00
parent d9643dadbb
commit bbeef35327
2 changed files with 5 additions and 3 deletions

View File

@ -19,8 +19,7 @@ matrix:
before_script:
- phpenv config-add tests/php.ini
- composer install
- wget https://phar.phpunit.de/phpunit.phar
- php -i
script:
- php phpunit.phar -c tests/units.$DB.xml
- phpunit -c tests/units.$DB.xml

View File

@ -1,2 +1,5 @@
short_open_tag = On
date.timezone = UTC
date.timezone = UTC
opcache.enable = Off
opcache.enable_cli = Off
extension=ldap.so