Skip to content

Commit

Permalink
Prevent Composer from updating to v2 in Travis CI
Browse files Browse the repository at this point in the history
The composer merge plugin doesn't yet work with composer 2.

See wikimedia/composer-merge-plugin#184
and https://phabricator.wikimedia.org/T248908

Bug: T266455
Change-Id: I6d78bdb05a518778c958a9b47b053b4e64f7e26d
  • Loading branch information
micgro42 committed Oct 26, 2020
1 parent 7238a80 commit 60b1ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd ..

cp $originalDirectory/build/travis/composer.local.json composer.local.json

composer self-update
composer self-update --1 # TODO: Allow using Composer version 2: T266455
composer install

# Try composer install again... this tends to fail from time to time
Expand Down

0 comments on commit 60b1ce2

Please sign in to comment.