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

[commons-exec] branch master updated: Drop Oracle JDK 8.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1f06d0a  Drop Oracle JDK 8.
1f06d0a is described below

commit 1f06d0ad59952354d3be268bedc810b3547a383f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:25:23 2019 -0700

    Drop Oracle JDK 8.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2cdda93..8c54078 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,8 @@ dist: precise
 jdk:
   - openjdk6
   - openjdk7
-  - oraclejdk8
+  - openjdk8
+  - openjdk11
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report