]> 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:29:29 +0000 (13:29 +0100)
committerClément Blanco <redacted>
Mon, 17 Jul 2017 12:29:29 +0000 (13:29 +0100)
.travis.yml

index 909e3e1f4a6c3f23bb08a4ce8d71b80925487646..c5199b65f685e8cb6deb83c70adf38934394149f 100644 (file)
@@ -8,6 +8,9 @@ cache:
   directories:
     - $HOME/.composer/cache
 
+before_install:
+    - echo "extension=ldap.so" >> php --ini | grep "Loaded Configuration" | sed -e "s|.:\s||"
+
 before_script:
   - mysql -u root -e 'create database `bookstack-test`;'
   - mysql -u root -e "CREATE USER 'bookstack-test'@'localhost' IDENTIFIED BY 'bookstack-test';"
@@ -25,4 +28,4 @@ after_failure:
   - cat storage/logs/laravel.log
 
 script:
-  - phpunit
\ No newline at end of file
+  - phpunit
Morty Proxy This is a proxified and sanitized view of the page, visit original site.