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 2020/11/21 17:14:53 UTC

[commons-digester] branch master updated: Update Travis build.

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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b6dc56  Update Travis build.
3b6dc56 is described below

commit 3b6dc56d97877c53c3de843a59f557da98679ccf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 21 12:14:49 2020 -0500

    Update Travis build.
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 33dac6f..66fb005 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,9 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
-  - oraclejdk7
-  - oraclejdk8
+  - openjdk8
+  - openjdk11
+  - openjdk15
 
 after_success:
   - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress