mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Cache composer cache in travis
This commit is contained in:
parent
5795a6f0a9
commit
23b07fa185
@ -30,6 +30,10 @@ install:
|
||||
script:
|
||||
- composer test-units
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Code Style and Static Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user