partkeepr

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

commit f44c3143901cf3b62e17d747334cc5474574e46b
parent 59ac2e51aa66a73f18973e125c1fe80f52e514e8
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon,  6 Jul 2015 22:36:08 +0200

Don't issue composer update

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

diff --git a/.travis.yml b/.travis.yml @@ -23,9 +23,6 @@ matrix: - php: 7.0 - php: hhvm -install: - - composer update - before_script: - if [[ "$DB" == "pgsql" ]]; then psql -c "DROP DATABASE IF EXISTS partkeepr_test;" -U postgres; fi - if [[ "$DB" == "pgsql" ]]; then psql -c "create database partkeepr_test;" -U postgres; fi