Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
136 stars 26 forks source link

Move TravisCI to OpenJDK 8 #59

Closed porunov closed 4 years ago

porunov commented 4 years ago

Fixes TravisCI builds. The solution retrieved from this comment: https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/3 Signed-off-by: Oleksandr Porunov alexandr.porunov@gmail.com

freemo commented 4 years ago

@porunov Thanks so much for this. If the checks pass I will approve it. Though keep in mind we are moving a lot of this over to gitlab's CI. We may have even done it already for the Ferma project, I need to check. But regardless I do appreciate the help.

porunov commented 4 years ago

@freemo Great to hear that!

Looks like this PR fails also. I am not yet sure why it happens. The build passes in my branch but fails in the PR. My branch: https://travis-ci.org/porunov/Ferma/builds/659321901?utm_source=github_status&utm_medium=notification PR: https://travis-ci.org/Syncleus/Ferma/builds/659323112?utm_source=github_status&utm_medium=notification

Looks like something with codacy

freemo commented 4 years ago

@porunov So I just checked on our gitlab mirror (this is the CI that we care about, though github stays up to day and will continue to). As you can see we already moved to JDK8 there and it is passing (though the pages CI seems to failing so I need to address that): https://git.qoto.org/Ferma/Ferma/-/jobs/386

porunov commented 4 years ago

@freemo Thank you for the update! I didn't know about that CI. I see that it is passing. I think we can close the PR in this case