You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/05/01 10:30:11 UTC

[incubator-tamaya] branch master updated: Try to build with JDK12 as well

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
     new 78ce280  Try to build with JDK12 as well
78ce280 is described below

commit 78ce280350280ed5f7995c1bb49aa986df2f3e1a
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed May 1 12:30:03 2019 +0200

    Try to build with JDK12 as well
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f90b4b6..12a7e42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,3 +23,7 @@ jobs:
         - name: "Java 11"
           jdk: openjdk11
           script: mvn clean install
+
+        - name: "Java 12"
+          jdk: openjdk12
+          script: mvn clean install