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 2019/06/21 19:01:46 UTC

[activemq-artemis] 02/03: Fix JDK version for Travis

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 1534a8fb83cc47489d86c5d5e9382e35b1cc5ed5
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Thu Jun 20 13:51:06 2019 -0500

    Fix JDK version for Travis
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2c7f5fb..6839d8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 sudo: false
 language: java
 install: true
+jdk:
+  - openjdk8
 
 # clean out Artemis artifacts from the cache
 before_install: