kinow / testlink-java-api

TestLink Java API
http://kinow.github.io/testlink-java-api/
MIT License
64 stars 88 forks source link

Improve Travis CI build Performance #142

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.

chenzhang22 commented 3 years ago

What has changed? Charging for OSS?

kinow commented 3 years ago

What has changed? Charging for OSS?

https://deanattali.com/blog/migrating-travis-to-github/#death