ARTEMIS-2109: enable JDK11 + JDK14 builds in Travs CI, and fix before_cache config

This commit is contained in:
Robbie Gemmell 2020-06-05 16:06:48 +01:00
parent 12bc494f72
commit 95d8b89c52
1 changed files with 3 additions and 1 deletions

View File

@ -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-*