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 18:03:49 UTC

[incubator-tamaya-sandbox] branch master updated: Try building 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-sandbox.git


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

commit ed12a3c69d205f96b03bbb0409f97cccb4223228
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed May 1 20:03:38 2019 +0200

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

diff --git a/.travis.yml b/.travis.yml
index 6f2eb88..d4b0fff 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