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

commit 456f92cc9b6cea3e8dac43a44780845e145d06b2
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Mon Jul 1 22:45:08 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 bc8f156..1e3de86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ jdk:
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
 
 matrix:

Reply via email to