partkeepr

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

commit 83be259c3f1332cea1fdd03278f96c1f35ea08d7
parent 1e5c902b2577b75c97169dca998b3e025fbd9964
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  6 Jul 2015 21:08:56 +0200

Initialize composer prior testing

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

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