mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 21:41:49 +08:00
Update travis.yml to try and solve the test issue around LDAP.
This commit is contained in:
parent
711dcb4a48
commit
265ed34ffd
|
@ -9,7 +9,7 @@ cache:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- echo "extension=ldap.so" >> php --ini | grep "Loaded Configuration" | sed -e "s|.:\s||"
|
- echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -u root -e 'create database `bookstack-test`;'
|
- mysql -u root -e 'create database `bookstack-test`;'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user