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 2020/10/13 18:57:16 UTC

[qpid-dispatch] branch master updated: NO-JIRA: bump proton release version in .travis.yml

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 78547ca  NO-JIRA: bump proton release version in .travis.yml
78547ca is described below

commit 78547caf5d7655be3d134f4eb3070668b5a404ac
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Tue Oct 13 13:10:17 2020 -0400

    NO-JIRA: bump proton release version in .travis.yml
    
    This closes #877
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d4ecaf9..66ff9d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,11 +51,11 @@ jobs:
   - name: "qdrouterd:Coverage"
     os: linux
     env:
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.31.0 BUILD_TYPE=Coverage
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.32.0 BUILD_TYPE=Coverage
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (gcc on xenial)"
     os: linux
     env:
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.31.0 BUILD_TYPE=RelWithDebInfo
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.32.0 BUILD_TYPE=RelWithDebInfo
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
     os: linux
@@ -75,7 +75,7 @@ jobs:
   - name: "qdrouterd:Default Build"
     os: linux
     env:
-    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.31.0
+    - PATH="/usr/bin:$PATH" PROTON_VERSION=0.32.0
   - os: osx
     osx_image: xcode11
     env:


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