drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.55k stars 479 forks source link

Enable depedency caching for travis #530

Closed Taher-Ghaleb closed 3 years ago

Taher-Ghaleb commented 3 years ago

Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.

drewnoakes commented 3 years ago

Thanks for this. This should make Travis builds faster, right?

Taher-Ghaleb commented 3 years ago

Hi @drewnoakes. Yes, it's supposed to speed up builds by uploading the binaries of dependencies onto the Travis server to be used by future builds, rather than installing them for every build. Thanks.