1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-31 10:22:08 +03:00

Trying to make the tests green.

This commit is contained in:
Clément Blanco
2017-07-17 13:53:02 +01:00
parent 0d98b4ce5e
commit 5eeed03dcd

View File

@@ -4,6 +4,11 @@ language: php
php:
- 7.0
before_install:
- pecl install ldap
- echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- php -i "(command-line 'phpinfo()')" | grep ldap
cache:
directories:
- $HOME/.composer/cache