You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/06/24 11:34:14 UTC

[qpid-jms] branch master updated (fb1b762 -> fc6363c)

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

robbie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


    from fb1b762  NO-JIRA: try Travis with newest xcode/OSX version still defaulting to JDK8
     new 7ae3712  NO-JIRA: add local repo caching to Travis build
     new fc6363c  NO-JIRA: try configuring dist to xenial

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 02/02: NO-JIRA: try configuring dist to xenial

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit fc6363ca267f48726504c452a6e0d0404263ed5c
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 24 12:33:38 2019 +0100

    NO-JIRA: try configuring dist to xenial
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 31e14b3..4c6ef33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,10 @@ matrix:
   include:
     - os: linux
       jdk: openjdk8
+      dist: xenial
     - os: linux
       jdk: openjdk11
+      dist: xenial
     - os: osx
       osx_image: xcode9.3
 cache:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 01/02: NO-JIRA: add local repo caching to Travis build

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 7ae3712e6db3328ea2a9a0188b83e8c61ba2aa9e
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 24 11:49:31 2019 +0100

    NO-JIRA: add local repo caching to Travis build
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e75e564..31e14b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,3 +7,8 @@ matrix:
       jdk: openjdk11
     - os: osx
       osx_image: xcode9.3
+cache:
+  directories:
+  - $HOME/.m2
+  before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/qpid/*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org