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


The following commit(s) were added to refs/heads/master by this push:
     new ef18f3e  Travis: "openjdk-ea" now means Java 13, so add Java 12 to 
JDKs to build on. (closes #396)
ef18f3e is described below

commit ef18f3ea26b509ce4f2e321b9772e73eb00d4ca0
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Jan 5 21:29:45 2019 +0100

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

diff --git a/.travis.yml b/.travis.yml
index c1b70e3..19630c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,12 @@ language: java
 jdk:
   - oraclejdk8
   - openjdk11
+  - openjdk12
   - openjdk-ea
 
 matrix:
   allow_failures:
+    - jdk: openjdk12
     - jdk: openjdk-ea
 
 script:

Reply via email to