mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 10:40:17 +02:00
Fix: Update composer itself in the before_install section
This commit is contained in:
@@ -20,8 +20,10 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_script:
|
before_install:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
|
|
||||||
|
before_script:
|
||||||
- composer install --prefer-dist --no-interaction
|
- composer install --prefer-dist --no-interaction
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user