You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/06/15 13:28:03 UTC

[activemq-artemis] 07/08: ARTEMIS-2109: enable JDK11 + JDK14 builds in Travs CI, and fix before_cache config

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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 95d8b89c52d788910f7153f309af20c682c32824
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jun 5 16:06:48 2020 +0100

    ARTEMIS-2109: enable JDK11 + JDK14 builds in Travs CI, and fix before_cache config
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 773c75c..46b5e3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: java
 install: true
 jdk:
   - openjdk8
+  - openjdk11
+  - openjdk14
 
 # clean out Artemis artifacts from the cache
 before_install:
@@ -19,5 +21,5 @@ script:
 cache:
   directories:
   - $HOME/.m2
-  before_cache:
+before_cache:
   - rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*