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/07/05 22:48:40 UTC

[commons-bcel] branch master updated: Add openjdk13 since openjdk-ea in now version 14-ea.

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


The following commit(s) were added to refs/heads/master by this push:
     new 0785714  Add openjdk13 since openjdk-ea in now version 14-ea.
0785714 is described below

commit 0785714b9396b91bfd38066f24123e4eb3b026f4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 5 18:48:37 2019 -0400

    Add openjdk13 since openjdk-ea in now version 14-ea.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b6f308d..badeaf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ jdk:
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
 
 after_success: