Enable LDAP extension for travis-ci
This commit is contained in:
@@ -19,8 +19,7 @@ matrix:
|
|||||||
before_script:
|
before_script:
|
||||||
- phpenv config-add tests/php.ini
|
- phpenv config-add tests/php.ini
|
||||||
- composer install
|
- composer install
|
||||||
- wget https://phar.phpunit.de/phpunit.phar
|
|
||||||
- php -i
|
- php -i
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php phpunit.phar -c tests/units.$DB.xml
|
- phpunit -c tests/units.$DB.xml
|
||||||
@@ -1,2 +1,5 @@
|
|||||||
short_open_tag = On
|
short_open_tag = On
|
||||||
date.timezone = UTC
|
date.timezone = UTC
|
||||||
|
opcache.enable = Off
|
||||||
|
opcache.enable_cli = Off
|
||||||
|
extension=ldap.so
|
||||||
Reference in New Issue
Block a user