Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis updates and tweaks #419

Merged
merged 3 commits into from Oct 27, 2019
Merged

Commits on Oct 21, 2019

  1. Use fast-finish in the test matrix.

    This means that long-running tests that are allowed to fail don't hold
    up the build being marked as finished, if all the required tests have
    passed.
    hainesr committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    acc3d9e View commit details
    Browse the repository at this point in the history
  2. Update to use a later Ubuntu version on Travis.

    Move to Xenial, which allows us to test with later OpenJDKs. Moving to
    Bionic would be nice but it no longer has OpenJDK 8, which is still in
    support.
    hainesr committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    0fd4f91 View commit details
    Browse the repository at this point in the history
  3. Update to OpenJDK 11 (LTS) in the CI tests.

    OpenJDK 8 is now out of (commercial) support. Leave a version testing
    with OpenJDK 8 as it's still in free support for another year.
    hainesr committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    323437c View commit details
    Browse the repository at this point in the history