]>
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:
711dcb4
)
Update travis.yml to try and solve the test issue around LDAP.
author
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:34:19 +0000
(13:34 +0100)
committer
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:34:19 +0000
(13:34 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index c5199b65f685e8cb6deb83c70adf38934394149f..97895fee8a7bd2e31d5d274adb9b8c9a7cb43442 100644
(file)
--- 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`;'