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