Hi, Here is v4 of the Travis updates. The first patch remains reviewed and signed off but following feedback on the others I've tried harder to reduce the load on the Travis build farm after defaulting "make check". This breaks down into two things:
- enabling ccache - reducing the build matrix Estimating the effect is tricky due to the elastic nature of the Travis cloud (for example the VM based builds are currently very slow due to a series of merges in one day). However it looks to be having a positive effect. I hope the ccache changes will be especially noticeable once merged with master as the caches are per-branch. Finally I've put myself down as maintainer after Peter's suggestion. I'll put together a pull request with any patches that have reviews from other people in the next few days and see how that works ;-) Alex Bennée (6): .travis.yml: migrate to container builds .travis.yml: run make check for all matrix targets .travis.yml: enable each of the co-routine backends .travis.yml: enable ccache for the builds .travis.yml: reduce the test matrix a little MAINTAINERS: Add .travis.yml .travis.yml | 109 +++++++++++++++++++++++++++++++++++++----------------------- MAINTAINERS | 5 +++ 2 files changed, 73 insertions(+), 41 deletions(-) -- 2.7.0