From bbeef353277d52953efcfec5281d5ce85d1500c4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 6 Sep 2015 11:19:06 -0400 Subject: Enable LDAP extension for travis-ci --- .travis.yml | 3 +-- tests/php.ini | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2263c4fe..dd9d05bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - phpunit -c tests/units.$DB.xml \ No newline at end of file diff --git a/tests/php.ini b/tests/php.ini index 7079a4e6..9f683297 100644 --- a/tests/php.ini +++ b/tests/php.ini @@ -1,2 +1,5 @@ short_open_tag = On -date.timezone = UTC \ No newline at end of file +date.timezone = UTC +opcache.enable = Off +opcache.enable_cli = Off +extension=ldap.so \ No newline at end of file -- cgit v1.2.3