partkeepr

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

commit 208f4592a9a849d542db8f6f48e6d16d4955019c
parent f44c3143901cf3b62e17d747334cc5474574e46b
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  6 Jul 2015 23:15:17 +0200

Warmup the cache prior database operations

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

diff --git a/.travis.yml b/.travis.yml @@ -30,5 +30,6 @@ before_script: - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS partkeepr_test;" -uroot; fi - composer self-update - composer install --prefer-source --no-interaction --no-scripts + - app/console cache:warmup --env=test - app/console doctrine:database:create --env=test - app/console doctrine:schema:create --env=test \ No newline at end of file