mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 10:40:17 +02:00
Fix: Prefer installation from dist, rather than source
This commit is contained in:
@@ -22,7 +22,7 @@ cache:
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
- composer install --prefer-dist --no-interaction
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
Reference in New Issue
Block a user