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 <[email protected]>
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