]>
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:
67bc700
)
Update travis.yml to try and solve the test issue around LDAP.
author
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:29:29 +0000
(13:29 +0100)
committer
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:29:29 +0000
(13:29 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 909e3e1f4a6c3f23bb08a4ce8d71b80925487646..c5199b65f685e8cb6deb83c70adf38934394149f 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.