]> BookStack Code Mirror - bookstack/commitdiff
Trying to make the tests green.
authorClément Blanco <redacted>
Mon, 17 Jul 2017 12:37:15 +0000 (13:37 +0100)
committerClément Blanco <redacted>
Mon, 17 Jul 2017 12:37:15 +0000 (13:37 +0100)
.travis.yml

index c79775cafc9fa7427104cd8a6b8d9140c3830555..edc5732f63217947384a28ca92894e8a7d36b439 100644 (file)
@@ -8,9 +8,6 @@ cache:
   directories:
     - $HOME/.composer/cache
 
-before_install:
-  - echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
-
 before_script:
   - mysql -u root -e 'create database `bookstack-test`;'
   - mysql -u root -e "CREATE USER 'bookstack-test'@'localhost' IDENTIFIED BY 'bookstack-test';"