You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2019/02/17 17:45:59 UTC

[commons-cli] branch master updated: Add latest JDKs to travis build matrix

This is an automated email from the ASF dual-hosted git repository.

britter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ae5fe3  Add latest JDKs to travis build matrix
1ae5fe3 is described below

commit 1ae5fe32e59a515232a5be11188eac81667fd8a4
Author: Benedikt Ritter <br...@apache.org>
AuthorDate: Sun Feb 17 18:45:53 2019 +0100

    Add latest JDKs to travis build matrix
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 466bcea..a069d27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@ sudo: false
 jdk:
   - openjdk7
   - openjdk8
+  - openjdk11
+  - openjdk12
   - oraclejdk8
 
 script: