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 15:18:13 UTC

[qpid-proton-j] branch master updated: NO-JIRA: travis config updates

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-proton-j.git


The following commit(s) were added to refs/heads/master by this push:
     new e3f7a8e  NO-JIRA: travis config updates
e3f7a8e is described below

commit e3f7a8ea286c4144e17d9a02221f1728f0011ea6
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 24 16:15:41 2019 +0100

    NO-JIRA: travis config updates
    
    - Request xenial dist.
    - Add local repo caching.
    - Remove defunct sudo:false.
---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cda35b8..5ca3441 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,14 @@
 language: java
-sudo: false
 matrix:
   include:
     - os: linux
       jdk: openjdk8
+      dist: xenial
     - os: linux
       jdk: openjdk11
+      dist: xenial
+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