partkeepr

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

commit 759de76f0d82924e24a9800b598329f241685128
parent 6c5387df339833e59b4ca1bc504fb0c6702a33f1
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 27 Nov 2015 19:43:19 +0100

Set fixes #504

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

diff --git a/.travis.yml b/.travis.yml @@ -27,8 +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 + - if [[ $TRAVIS_PHP_VERSION =~ 5.[34] ]] ; then echo 'extension="apc.so"' >> ./tests/travis/php.ini; fi; + - if [[ $TRAVIS_PHP_VERSION =~ 5.[56] ]] ; then pecl config-set preferred_state beta; printf "yes\n" | pecl install apcu; fi; before_script: - cp app/config/parameters.php.dist app/config/parameters.php