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