Travis-CI builds on schedule

Viewed 5776

How can I set up a build schedule for Travis-CI that is not based around pushing to GitHub? I want to run Selenium tests against my production site nightly. I'm happy with a hacky solution if official support is not present.

3 Answers

Travis-CI's cron jobs feature was implemented in May 2016.

Related