]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Add ldap
[github/wallabag/wallabag.git] / .travis.yml
index 04cea25816f022c857ac6c2f0f8f5ed7d50358ce..56b1f576d5ef4511fdc7fed189212241f46fbe64 100644 (file)
@@ -58,6 +58,7 @@ install:
 
 before_script:
     - PHP=$TRAVIS_PHP_VERSION
+    - echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
     - if [[ ! $PHP = hhvm* ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
     # xdebug isn't enable for PHP 7.1
     - if [[ ! $PHP = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi