CronJob Configuration

Hi,
As you know, we can configure cron jobs from the “Cron Jobs” settings tab on Travis CI page.
But there are limited options.
For instance; i want to trigger my cronjob twice a day or third time a day.
Is there any way to do this?
Thank you!

Hi @canberkizgi

Sorry but Cron is currently limited to daily, weekly and monthly.

Could you explain the use case for twice or three times a day Cron?

Thanks

Thank you for quick response @josh.
I have unit and integration tests which i want to build them just once a week.
Also i want to build my default branch twice a day(not each commit)
By the way these are locate same branch.
Do you have any idea how to do this?
Thank you,