Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Travis-CI builds on schedule

Tags:

travis-ci

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.

like image 294
Synesso Avatar asked Dec 05 '13 09:12

Synesso


People also ask

How do you speed up Travis CI?

To speed up a test suite, you can break it up into several parts using Travis CI's build matrix feature. Say you want to split up your unit tests and your integration tests into two different build jobs. They'll run in parallel and fully utilize the available build capacity for your account.

What is Travis CI used for?

Travis CI is an open-source hosted distributed continuous integration service used to build and test projects hosted at GitHub. Travis CI is configured by adding a file named .


2 Answers

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

like image 73
Synesso Avatar answered Oct 02 '22 16:10

Synesso


I've launched a self-service app for this: https://nightli.es. Ensures the project is built at least once a day.

like image 26
coderanger Avatar answered Oct 02 '22 17:10

coderanger