partkeepr

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

commit 2619b53ab1b26192fcc8d31b570236d6907b56ba
parent 208f4592a9a849d542db8f6f48e6d16d4955019c
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  6 Jul 2015 23:30:41 +0200

Added composer update to create the bootstrap file

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

diff --git a/.travis.yml b/.travis.yml @@ -30,6 +30,7 @@ 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 + - composer update --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