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

commit 21c7737afa3775cbbbea5785a94c014be833b038
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Jan 5 21:11:56 2019 +0100

    Travis: "openjdk-ea" now means Java 13, so add Java 12 to JDKs to build on.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 769d039..9845844 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ language: java
 jdk:
   - oraclejdk8
   - openjdk11
+  - openjdk12
   - openjdk-ea
 
 script:

Reply via email to