mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Use --prefer-dist to benefit from cache (#579)
This commit is contained in:
parent
ddb95946e2
commit
c01c00ed8f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ install:
|
|||
- npm install -g yarn
|
||||
- yarn
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
- composer install --prefer-dist --no-interaction
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
|
Loading…
Reference in a new issue