]>
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:
ae2ec43
)
Trying to make the tests green.
author
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:37:15 +0000
(13:37 +0100)
committer
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:37:15 +0000
(13:37 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index c79775cafc9fa7427104cd8a6b8d9140c3830555..edc5732f63217947384a28ca92894e8a7d36b439 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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';"