mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 10:44:33 +08:00
Trying to make the tests green.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user