oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.
https://jodd.org
BSD 2-Clause "Simplified" License
4.06k stars 723 forks source link

Improve Travis CI build Performance #784

Closed chenzhang22 closed 3 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.

According to the official document Fast Finishing, if some rows in the build matrix are allowed to fail, we can add fast_finish: true to the .travis.yml to get faster feedbacks.

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

igr commented 3 years ago

Nice! I will add this to all jodd repos, too!