21 Sep
2017
21 Sep
'17
11:38 p.m.
On 22 September 2017 at 00:29, James E. King, III via Boost
For some libraries like winapi, if changes occur you want to build it and everything that depends on it (there are about 10 libraries that do) to make sure nothing got broken.
I doubt that's feasible on a free offering from a commercial service. You can still check the normal test runners which use a wider variety of platforms (obviously that doesn't apply to winapi, but useful for most other libraries), and can set up 'cron jobs' on travis so that libraries are regularly tested with the latest versions of their dependencies (maybe best done on your own account though).