This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Explicitly specify the os and dist to be used by Travis #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roughly 5 months ago the default Travis CI image (when not explicitly specified) changed to Ubuntu Xenial (16.x), as the .travis.yml does not specify a dist builds are now executed on Xenial where the specified JDKs are not available. I expect that by specifying the intended OS/dist the build for PR #95 should run again.
Info on the move to Xenial
https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476
Was:
https://blog.travis-ci.com/2019-04-15-xenial-default-build-environmentNow: http://web.archive.org/web/20230325151008/https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
Trusty JDK support:
https://docs.travis-ci.com/user/reference/trusty/#jvm-clojure-groovy-java-scala-images
Xenial JDK support:
https://docs.travis-ci.com/user/reference/xenial/#jvm-clojure-groovy-java-scala-support