Skip to content

Commit bc9636e

Browse files
committed
minor #1024 Travis ci (Mazarini)
This PR was squashed before being merged into the master branch (closes #1024). Discussion ---------- Travis ci 1) Suppress a "composer install" in .travis.yml No more need "composer install" + "composer update" since composer 1.9. 2) Update "composer.lock" to use new doctrine/annotation and solve "console cache:clear" problem with php 7.4. Commits ------- 68d5226 Travis ci
2 parents df8275b + 68d5226 commit bc9636e

File tree

2 files changed

+293
-290
lines changed

2 files changed

+293
-290
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ before_install:
4141
- composer self-update
4242
# Set memory to max (memory fail)
4343
- '[[ "$ACTION" == "install" ]] || echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini'
44-
# Install before update because of memory usage
45-
- '[[ "$ACTION" == "install" ]] || composer install'
4644
# Set stability to dev to allow 4.4dev and 5.0dev
4745
- '[[ "$ACTION" == "install" ]] || composer config minimum-stability dev'
4846
# Change version of symfony when need

0 commit comments

Comments
 (0)