From: Clément Blanco Date: Mon, 17 Jul 2017 12:34:19 +0000 (+0100) Subject: Update travis.yml to try and solve the test issue around LDAP. X-Git-Tag: v0.17.4~1^2~3^2~1^2~10 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/265ed34ffd49f199fe78e571a242eae39a4ea7bf Update travis.yml to try and solve the test issue around LDAP. --- diff --git a/.travis.yml b/.travis.yml index c5199b65f..97895fee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`;'