mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-01 07:18:30 +08:00
Trying to make the tests green.
This commit is contained in:
parent
afc56c12fe
commit
3b771f2976
|
@ -4,8 +4,12 @@ language: php
|
|||
php:
|
||||
- 7.0
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- php7.0-ldap
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install php7.0-ldap
|
||||
- echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- php -i "(command-line 'phpinfo()')" | grep ldap
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user