Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: improve Travis-CI notification on failure #4475

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

x8x
Copy link
Contributor

@x8x x8x commented May 29, 2020

Travis-CI will terminate a running script that doesn't output anything in 10 minutes and won't execute any after_.. phases. In our case, it won't update the status badges.

Adding travis_wait 30 before a command, will give it more time to execute (30 minutes) AND if the command take longer than that, it will be terminated BUT after_.. phases will be executed.

@x8x x8x force-pushed the travis-ci-fix-timeout branch 2 times, most recently from fb62555 to 2c4adf8 Compare May 29, 2020 06:22
@x8x x8x merged commit f246514 into red:master Jun 1, 2020
@x8x x8x deleted the travis-ci-fix-timeout branch June 1, 2020 15:44
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.

1 participant