Over at Apache Commons, we've switched to GitHub Actions. We did use Travis for a while but it makes more sense to me to use GitHub since it is fast, reliable, and where we mirror our repositories.
Gary On Thu, Sep 1, 2022, 05:52 P. Ottlinger <pottlin...@apache.org> wrote: > Hi, > > over the years Travis seems to have degraded: builds fail regularly due > to technical issues or the inability to download artifacts from Maven > central that are mirrored onto Travis resources. > > Does any other project have stable Travis builds? > > One example of failures is > https://app.travis-ci.com/github/apache/creadur-rat/builds/255057086 > where the console output seems to be done in a different way. > > GithubAction builds are green, so is ASF Jenkins and local builds .... > > Thanks for any opinions, links or hints .... > > Phil >