You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/04/17 14:15:45 UTC

[qpid-dispatch] branch master updated: NO-JIRA: update travis configuration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a1796c  NO-JIRA: update travis configuration
9a1796c is described below

commit 9a1796ccd6186e57caff9564b6c215091f566007
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Wed Apr 3 09:55:06 2019 -0400

    NO-JIRA: update travis configuration
    
      - update proton to current release (0.27.0)
      - add a debug-enabled build environment
      - change the Coverage build to use stable proton
      - remove the distribution constraint
    
    This closes #480
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 43164bd..be49adc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,13 +18,13 @@
 #
 
 os: linux
-dist: trusty
 sudo: true
 language: c
 cache: ccache
 env:
-  - PROTON_VERSION=master BUILD_TYPE=Coverage
-  - PROTON_VERSION=0.26.0 BUILD_TYPE=RelWithDebInfo
+  - PROTON_VERSION=master BUILD_TYPE=Debug
+  - PROTON_VERSION=0.27.0 BUILD_TYPE=Coverage
+  - PROTON_VERSION=0.27.0 BUILD_TYPE=RelWithDebInfo
 
 addons:
   apt:


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