Hello, In the Apache Airflow project we also had compatibility problems with Travis. The solution is to use containers/Docker. Travis easily supports Docker when you use the special configuration option. https://docs.travis-ci.com/user/docker/ It also allows you to use the same environment locally, making it easier to reproduce problems. Containers also facilitate migration to other CI platform, e.g. GitLab Ci. If the community is interested then I can try to prepare the relevant scripts.
Best Regards, Kamil On 2019/06/01 19:39:40, "P. Ottlinger" <[email protected]> wrote: > Hi,> > > the Jenkins stuff is back in the green after moving to gitbox/git ;)> > thanks sebb!> > > The Travis problem is still not clear to me ....> > I filed a new topic in their community> > > https://travis-ci.community/t/chosen-jdk-for-build-is-not-honoured-as-javac-and-java-binaries-differ-in-versions/3591> > > as I suspect the mixup of java/javac during build to be the cause of> > these errors.> > > Cheers,> > Phil> > > Am 01.06.19 um 12:09 schrieb P. Ottlinger:> > > Hi guys,> > > > > > can anyone reproduce the build failures?> > > > > > I don't really get why it fails on ASF's Jenkins .....> > > as I can build it locally with a JDK8 (including the site build).> > > > > > Travis seems to have a different problem as it runs with different> > > versions of java and javac ....> > > > > > Thanks for any hints/insides.> > > > > > Phil> > > > > >
