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/02/08 19:15:35 UTC

[commons-pool] branch master updated: Add openjdk12 testing.

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


The following commit(s) were added to refs/heads/master by this push:
     new 41ac567  Add openjdk12 testing.
41ac567 is described below

commit 41ac567dabd997015997cbfaa9e981a1d470bbac
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 8 14:15:34 2019 -0500

    Add openjdk12 testing.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 634a7ff..79ffb07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jdk:
   - openjdk7
   - openjdk8
   - openjdk11
+  - openjdk12
   - oraclejdk8
   - oraclejdk9
   - oraclejdk11