Enable LDAP extension for travis-ci
This commit is contained in:
parent
d9643dadbb
commit
bbeef35327
|
|
@ -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
|
||||
|
|
@ -1,2 +1,5 @@
|
|||
short_open_tag = On
|
||||
date.timezone = UTC
|
||||
date.timezone = UTC
|
||||
opcache.enable = Off
|
||||
opcache.enable_cli = Off
|
||||
extension=ldap.so
|
||||
Loading…
Reference in New Issue