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/03/22 19:36:25 UTC

[commons-text] branch master updated: Update Travis build with current JDKs.

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


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

commit e938d06e8fc6eaa32617133e85b2efe6aebcb65e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 22 15:36:21 2019 -0400

    Update Travis build with current JDKs.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c8e4a2a..7d1ccce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jdk:
   - oraclejdk11
   - openjdk8
   - openjdk11
+  - openjdk12
   - openjdk-ea
 
 script: