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

Please enable automated monthly build/test on Travis CI via cron jobs #416

Open
mbrukman opened this issue Jul 16, 2020 · 0 comments
Open

Comments

@mbrukman
Copy link

Right now, Travis CI runs only for pull requests and pushes to branches; however, in times of inactivity1, there's a possibility for bitrot when the build doesn't run for a very long time, and it's unclear what change in the environment caused a problem.

Travis CI has a feature called cron jobs:

image

which can automatically run a build every month on a selected branch; presumably, develop is the right choice for this project since that's where development happens, while the master branch is the latest stable release. To improve efficiency, you can enable the option to only run a cron job build if there hasn't been a build already run recently on that branch (see the drop-down next to "Options").

Thanks!


1 Such as the most recent case, where there haven't been commits for a year; see PR #413, issue #414, and issue #415 for context.

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

No branches or pull requests

1 participant