-
Notifications
You must be signed in to change notification settings - Fork 18
Enable cron builds in Travis CI #26
Comments
@webknjaz: why do we need to test daily? Because of aiohttp updates? |
Exactly |
I've thougth about something like this too. It would be great to have two seperated travis ens:
The github batch should show nr 1. |
@webknjaz whats the difference between travis-ci.org and travis-ci.com? |
yes, it's possible to do it this way and also it's possible to do a conditional stage runs, for example, only test forward compatibility within cron jobs. travis-ci.com is used to be for paid customers only, but now they're merging two platforms into one. So you'll basically get the same. Sooner or later they'll migrate you anyway. Currently you can opt-in for immediate migration, but this won't migrate your old build history (it will be available in the old web-site during some time). |
More info: Oh, and btw I've already migrated all repos in aio-libs org to the new platform. |
Sounds good to me. Thanks for bringing this up! Would be great if you send patches :) |
Well, you can already ask Travis' support to migrate the repo and you can already enable cron builds. Both do not depend on patches. |
@fscherf hi, there's a few improvements to make, CI-wise:
master
on daily basisThe text was updated successfully, but these errors were encountered: