Travis-CI builds on schedule

travis-ci

Solution

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

Problem

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.

Original source