mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
Enhancement: Cache dependencies installed with Composer between builds
This commit is contained in:
parent
1029f638ff
commit
63e5bc125e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user