Set release date instead of modification date#685
Conversation
|
It seems that the build is failing because of a combination of an old JVM version in Travis plus the RCSB PDB certificates having changed recently (last week). At least this is what I gathered from this post: https://bitbucket.org/versioneye/versioneye/issues/276/ssl-certificate-issues-when-using-maven It looks like Travis is using a rather old JVM and it doesn't seem possible to change that. |
|
We've seen this kind of failures in all the latest pull requests in master. Running locally on an Ubuntu box with latest JVM all works fine. |
|
By the way the error message looks like this (from Travis logs): That's the same as @lafita observed in his latest PR |
|
I'll merge this, since tests work fine locally. |
|
Regarding the SSL JVM problems, I've tried changing travis configuration to use openjdk8 but that's not supported yet despite what their docs say: https://docs.travis-ci.com/user/languages/java/ |
|
I've finally managed to fix the outdated JVM problem in travis by using the |
|
Excellent, thanks Jose.
…On Fri, Jul 7, 2017 at 10:26 PM, Jose Manuel Duarte < ***@***.***> wrote:
I've finally managed to fix the outdated JVM problem in travis by using
the sudo: required environment. Found the solution in this post:
travis-ci/travis-ci#3259
<travis-ci/travis-ci#3259>. Tests should be
working now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#685 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADuwEHiUJuEdnz49F4GD0RRW5ReL1gvMks5sLxMDgaJpZM4OQDIm>
.
|
No description provided.