mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-07 11:24:35 +08:00
Trying to make the tests green.
This commit is contained in:
@ -4,6 +4,11 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 7.0
|
- 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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
Reference in New Issue
Block a user