Update travis.yml to try and solve the test issue around LDAP.

This commit is contained in:
Clément Blanco 2017-07-17 13:34:19 +01:00
parent 711dcb4a48
commit 265ed34ffd

View File

@ -9,7 +9,7 @@ cache:
- $HOME/.composer/cache
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:
- mysql -u root -e 'create database `bookstack-test`;'