mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Removed not required rm
This commit is contained in:
parent
c7ae67a9be
commit
5dfd9af695
|
|
@ -83,8 +83,8 @@ before_install:
|
|||
install:
|
||||
- |
|
||||
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.lock
|
||||
#rm $TRAVIS_BUILD_DIR/composer.json
|
||||
#rm $TRAVIS_BUILD_DIR/composer.lock
|
||||
composer -V
|
||||
composer self-update 2.4.4
|
||||
#composer -n init
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user