coding-blocks / DigitalOceanApp

Admin Console for Digital Ocean
GNU General Public License v3.0
56 stars 75 forks source link

Improve Travis CI build Performance #128

Closed chenzhang22 closed 1 year ago

chenzhang22 commented 2 years ago

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.