hzxie / voj

A cross-platform online judge system based on Spring MVC framework and ActiveMQ.
https://verwandlung.org
GNU General Public License v3.0
569 stars 121 forks source link

Improve Travis CI build Performance #119

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.

hzxie commented 3 years ago

Thank you very much.