]> BookStack Code Mirror - bookstack/commitdiff
Update travis.yml to try and solve the test issue around LDAP.
authorClément Blanco <redacted>
Mon, 17 Jul 2017 12:34:19 +0000 (13:34 +0100)
committerClément Blanco <redacted>
Mon, 17 Jul 2017 12:34:19 +0000 (13:34 +0100)
.travis.yml

index c5199b65f685e8cb6deb83c70adf38934394149f..97895fee8a7bd2e31d5d274adb9b8c9a7cb43442 100644 (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`;'