mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 18:50:11 +02:00
Enhancement: Cache dependencies installed with Composer between builds
This commit is contained in:
@@ -16,6 +16,10 @@ matrix:
|
||||
- php: 7.0
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
|
Reference in New Issue
Block a user