dwyl / learn-travis

:sunglasses: A quick Travis CI (Continuous Integration) Tutorial for Node.js developers
MIT License
1.25k stars 352 forks source link

Use Cron Jobs to run tests on a fixed/predictable interval? #56

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

https://docs.travis-ci.com/user/cron-jobs

Just spotted this feature but it was released in 2016: https://blog.travis-ci.com/2016-12-06-the-crons-are-here

This could be useful for projects which we don't expect to "break" but we need to run tests periodically to ensure they are working as expected.