Skip to content

Commit

Permalink
Merge pull request #555 from goetas/use-composer-v1
Browse files Browse the repository at this point in the history
Use composer v1 (fix ci pipeline)
  • Loading branch information
goetas authored Dec 13, 2020
2 parents 2b3a952 + 75c3c82 commit a15c54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/install_cs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

composer self-update
composer self-update --1

phpenv config-rm xdebug.ini

Expand Down
4 changes: 2 additions & 2 deletions .travis/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

composer self-update
composer self-update --1

if [[ $SYMFONY_VERSION ]]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi

COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --no-interaction

0 comments on commit a15c54d

Please sign in to comment.