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

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


The following commit(s) were added to refs/heads/main by this push:
     new cbdb8d5  PROTON-2351: allow Travis based OSX runs not to fail the 
overall job for now, to help avoid masking issues on other OS runs. GHA MacOS 
builds will still fail.
cbdb8d5 is described below

commit cbdb8d531ade5b4bb9d037d3383ac0ddd81613aa
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Apr 1 17:46:12 2021 +0100

    PROTON-2351: allow Travis based OSX runs not to fail the overall job for 
now, to help avoid masking issues on other OS runs. GHA MacOS builds will still 
fail.
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 1f20dfa..b49b97e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@
 #
 
 jobs:
+  allow_failures:
+  - os: osx
   include:
   - os: linux
     dist: xenial

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

Reply via email to