partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6c5387df339833e59b4ca1bc504fb0c6702a33f1
parent 237cd59e82b3bc105bd8d1d60bd681202dffb0af
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 27 Nov 2015 19:41:57 +0100

Added apcu to travis

Diffstat:
M.travis.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -27,6 +27,8 @@ addons: before_install: - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` + - pear config-set preferred_state beta + - yes '' | pecl install apcu before_script: - cp app/config/parameters.php.dist app/config/parameters.php