Hi, FYI, on the Travis-CI side I have recently added Github Actions as a potential replacement as they allow to split the builds into separate steps and feels a bit easier to use and maintain.
See https://github.com/apache/poi/actions for builds and https://github.com/apache/poi/tree/trunk/.github/workflows for the currently set up actions. So we can decide to switch to Github Actions and remove the travis-build going forward. Dominik. On Sat, Jan 9, 2021 at 8:30 PM Andreas Beeker <[email protected]> wrote: > Hi Devs, > > FYI, there's a ant ticket [1] regarding the junitlauncher output. > When this is solved and we've upgraded the ant version, we should get > regular test output again. > This also affects our travis builds, which currently timeouts in the > integration test step. > The travis problem might be also solved via #65046 [2] > > Andi > > > [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=64836 > > [2] https://bz.apache.org/bugzilla/show_bug.cgi?id=65046 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
