mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

Improve Travis CI build Performance #188

Closed chenzhang22 closed 2 years ago

chenzhang22 commented 3 years ago

Caching Dependencies and Directories Travis CI can cache content that does not often change, to speed up the build process.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

hennr commented 2 years ago

Hi @YunLemon , thanks for the PR. mp3agic is in quite a dormant state so a performance tweak is not that badly neede. On the other hand we may run into problems with the caching (artifacts only available in cache e.g.) and as such I would stick with fresh dowloads.