]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0d98b4c
)
Trying to make the tests green.
author
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:53:02 +0000
(13:53 +0100)
committer
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:53:02 +0000
(13:53 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index edc5732f63217947384a28ca92894e8a7d36b439..4bd36f568a3f947449c13433b3dadf6f3695af62 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,6
+4,11
@@
language: php
php:
- 7.0
+before_install:
+ - pecl install ldap
+ - echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
+ - php -i "(command-line 'phpinfo()')" | grep ldap
+
cache:
directories:
- $HOME/.composer/cache