Closed werenall closed 4 years ago
Thanks for the PR and the investigation. However, I'd actually be fine in this case with just removing the openjdk 8 line from the configuration.
Fixed :)
Thanks! Could you change the commit message to:
Remove failing JDK from .travis.yml
Done! After merging this I'll open again the PR with dependencies bump.
According to this discussion: https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/9 oraclejdk8 fails because this travis config file doesn't specify a dist. And apparently the dist it defaults to (currently Xenial) doesn't support oraclejdk8. People in that discussion have reported that it works ok with Trusty.