Skip to content

Improve Travis CI build Performance#39

Merged
trinopoty merged 1 commit intosocketio:masterfrom
chenzhang22:Modify_Travis_1
Aug 17, 2021
Merged

Improve Travis CI build Performance#39
trinopoty merged 1 commit intosocketio:masterfrom
chenzhang22:Modify_Travis_1

Conversation

@chenzhang22
Copy link
Contributor

Does travis_retry really solve the build issues? According to the data in paper An empirical study of the long duration of continuous integration builds, travis_retry can only solve 3% of the build failures. And it may cause unstable build and increase build time.

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.

Copy link
Collaborator

@trinopoty trinopoty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@trinopoty trinopoty merged commit 9928d73 into socketio:master Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants