You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/06/30 09:54:07 UTC

[commons-text] branch master updated: Add Java 13 build on Travis CI (openjdk-ea is now Java 14).

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher 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 276f258  Add Java 13 build on Travis CI (openjdk-ea is now Java 14).
276f258 is described below

commit 276f2581663442c9a42dbc5948cc49905c13893b
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Jun 30 11:54:02 2019 +0200

    Add Java 13 build on Travis CI (openjdk-ea is now Java 14).
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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