1
0
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:
Aidan Woods 2018-12-05 09:03:43 +01:00
parent 5795a6f0a9
commit 23b07fa185
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -30,6 +30,10 @@ install:
script:
- composer test-units
cache:
directories:
- $HOME/.composer/cache
jobs:
include:
- stage: Code Style and Static Analysis