Removed not required rm
This commit is contained in:
parent
c7ae67a9be
commit
5dfd9af695
@ -83,8 +83,8 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
echo "Updating Composer (version 2.5 is bugged and generate phpunit error Exception: Serialization of 'Closure' is not allowed)"
|
echo "Updating Composer (version 2.5 is bugged and generate phpunit error Exception: Serialization of 'Closure' is not allowed)"
|
||||||
rm $TRAVIS_BUILD_DIR/composer.json
|
#rm $TRAVIS_BUILD_DIR/composer.json
|
||||||
rm $TRAVIS_BUILD_DIR/composer.lock
|
#rm $TRAVIS_BUILD_DIR/composer.lock
|
||||||
composer -V
|
composer -V
|
||||||
composer self-update 2.4.4
|
composer self-update 2.4.4
|
||||||
#composer -n init
|
#composer -n init
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user