From acc3d9ed2415b9c02b8fdedd352061372cd2dd14 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Mon, 21 Oct 2019 12:31:43 +0100 Subject: [PATCH 1/3] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5b299c64..ac260edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ rvm: - 2.6 - ruby-head matrix: + fast_finish: true include: - rvm: jruby-9.2 jdk: openjdk8 From 0fd4f914cda5da9cc38d58ecb39e9126f8b45712 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Mon, 21 Oct 2019 12:57:04 +0100 Subject: [PATCH 2/3] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac260edd..f22621de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby -dist: trusty +dist: xenial cache: bundler rvm: - 2.4 From 323437c5770cc2159c12b8224acc98e5a1301c3b Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Mon, 21 Oct 2019 14:18:57 +0100 Subject: [PATCH 3/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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f22621de..21a4c64f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ matrix: include: - rvm: jruby-9.2 jdk: openjdk8 + - rvm: jruby-9.2 + jdk: openjdk11 - rvm: jruby-head - jdk: openjdk8 + jdk: openjdk11 - rvm: rbx-4 allow_failures: - rvm: ruby-head pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy