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-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 7b9392c Try to build with JDK12 as well
7b9392c is described below
commit 7b9392c0f32dbd8f9aa9e0c7ec94ebab684607d6
Author: Hugo Hirsch <[email protected]>
AuthorDate: Wed May 1 20:04:06 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 ffab55e..f198f44 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