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-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new 24eab73 Drop Oracle JDK 8.
24eab73 is described below
commit 24eab73e5c6fca299ef5fef286bda631c1a704f2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 14 13:35:41 2019 -0700
Drop Oracle JDK 8.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f9c7d17..45d33a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ sudo: false
jdk:
- openjdk8
- - oraclejdk8
+ - openjdk11
after_success:
- mvn clean cobertura:cobertura coveralls:report