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:34:30 UTC

[commons-lang] 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-lang.git


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

commit 98a4989da3a27beb45adf4afdea64182173a92ae
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 22 15:34:27 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 19630c1..4472d83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ language: java
 
 jdk:
   - oraclejdk8
+  - oraclejdk11
   - openjdk11
   - openjdk12
   - openjdk-ea