partkeepr

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

commit c88db5870730916af4d1438691ce681c9c3b551b
parent 227318f0d1bd573e477f518856ce940bea2a0348
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 27 Nov 2015 20:05:17 +0100

Reverted travis apcu, disable apcu via config

Diffstat:
M.travis.yml | 4----
Mapp/config/config_test.yml | 6++++++
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -26,11 +26,7 @@ addons: repo_token: 9bf99f3d5903f9f2ae2280f49cc469ef219bb965205cd324847f22d4698257d9 before_install: - - echo $TRAVIS_PHP_VERSION - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - - echo "extension=apcu.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - - if [[ $TRAVIS_PHP_VERSION =~ 5.[56] ]] ; then pecl config-set preferred_state beta; printf "yes\n" | pecl install apcu-4.0.8; fi; - - if [[ $TRAVIS_PHP_VERSION =~ 7.[01] ]] ; 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 diff --git a/app/config/config_test.yml b/app/config/config_test.yml @@ -12,6 +12,8 @@ web_profiler: toolbar: false intercept_redirects: false +dunglas_api: + cache: false doctrine: dbal: @@ -33,6 +35,10 @@ doctrine: host: localhost user: travis charset: UTF8 + orm: + metadata_cache_driver: array + query_cache_driver: array + result_cache_driver: array stof_doctrine_extensions: default_locale: en_US