You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2019/08/07 14:20:37 UTC

[commons-compress] branch master updated: try to get our JDK zoo working in Travis

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 911e4a5  try to get our JDK zoo working in Travis
911e4a5 is described below

commit 911e4a5cf28b9aaaa1aded3e48e208276a558d62
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Wed Aug 7 16:20:17 2019 +0200

    try to get our JDK zoo working in Travis
---
 .travis.yml | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b96c469..3dac4e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,16 +16,28 @@
 sudo: false
 language: java
 
-jdk:
-  - openjdk7
-  - openjdk8
-  - oraclejdk8
-  - oraclejdk9
-  - oraclejdk11
-  - openjdk10
-  - openjdk11
-  - openjdk12
-  - openjdk-ea
+matrix:
+  include:
+    - dist: trusty
+      jdk: openjdk7
+    - dist: trusty
+      jdk: openjdk8
+    - dist: xenial
+      jdk: openjdk10
+    - dist: xenial
+      jdk: openjdk11
+    - dist: trusty
+      jdk: oraclejdk8
+    - dist: trusty
+      jdk: oraclejdk9
+    - dist: trusty
+      jdk: oraclejdk11
+    - dist: trusty
+      jdk: oraclejdk12
+    - dist: trusty
+      jdk: openjdk12
+    - dist: trusty
+      jdk: openjdk-ea
 
 cache:
   directories:


Re: [commons-compress] branch master updated: try to get our JDK zoo working in Travis

Posted by Stefan Bodewig <bo...@apache.org>.
On 2019-08-07, Gary Gregory wrote:

> I think you are missing openjdk13, openjdk-ea now maps to 14 IIRC.

If so then it hasn't been in there before my change either :-)

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [commons-compress] branch master updated: try to get our JDK zoo working in Travis

Posted by Stefan Bodewig <bo...@apache.org>.
On 2019-08-07, Gary Gregory wrote:

> I think you are missing openjdk13, openjdk-ea now maps to 14 IIRC.

If so then it hasn't been in there before my change either :-)

Stefan

Re: [commons-compress] branch master updated: try to get our JDK zoo working in Travis

Posted by Gary Gregory <ga...@gmail.com>.
I think you are missing openjdk13, openjdk-ea now maps to 14 IIRC.

Gary

On Wed, Aug 7, 2019 at 10:20 AM <bo...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> bodewig pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/commons-compress.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 911e4a5  try to get our JDK zoo working in Travis
> 911e4a5 is described below
>
> commit 911e4a5cf28b9aaaa1aded3e48e208276a558d62
> Author: Stefan Bodewig <bo...@apache.org>
> AuthorDate: Wed Aug 7 16:20:17 2019 +0200
>
>     try to get our JDK zoo working in Travis
> ---
>  .travis.yml | 32 ++++++++++++++++++++++----------
>  1 file changed, 22 insertions(+), 10 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index b96c469..3dac4e7 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -16,16 +16,28 @@
>  sudo: false
>  language: java
>
> -jdk:
> -  - openjdk7
> -  - openjdk8
> -  - oraclejdk8
> -  - oraclejdk9
> -  - oraclejdk11
> -  - openjdk10
> -  - openjdk11
> -  - openjdk12
> -  - openjdk-ea
> +matrix:
> +  include:
> +    - dist: trusty
> +      jdk: openjdk7
> +    - dist: trusty
> +      jdk: openjdk8
> +    - dist: xenial
> +      jdk: openjdk10
> +    - dist: xenial
> +      jdk: openjdk11
> +    - dist: trusty
> +      jdk: oraclejdk8
> +    - dist: trusty
> +      jdk: oraclejdk9
> +    - dist: trusty
> +      jdk: oraclejdk11
> +    - dist: trusty
> +      jdk: oraclejdk12
> +    - dist: trusty
> +      jdk: openjdk12
> +    - dist: trusty
> +      jdk: openjdk-ea
>
>  cache:
>    directories:
>
>