Skip to content

Commit

Permalink
Travis: roll-back Composer to v 1.10.10
Browse files Browse the repository at this point in the history
... as there is an issue with Composer 1.10.11, which prevents the `install` from working.

For more information:
composer/composer#9191
  • Loading branch information
jrfnl committed Sep 8, 2020
1 parent dcd3525 commit ffa0ae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ before_install:
- export XMLLINT_INDENT=" "

install:
# Temporary: Composer 1.10.11 has a bug which breaks our install.
# https://github.com/composer/composer/issues/9191
- composer.phar self-update 1.10.10
- |
if [[ ${PHPCS_BRANCH:0:2} == "4." ]]; then
# Set Composer up to download only PHPCS from source for PHPCS 4.x.
Expand Down

0 comments on commit ffa0ae6

Please sign in to comment.