From aa8ae7fadbc2ce78aa130eff3b8e26cada2c479c Mon Sep 17 00:00:00 2001
From: Don Gagne <dongagne@outlook.com>
Date: Tue, 3 Mar 2020 17:10:47 -0800
Subject: [PATCH] Don't push tagged OSX build to GitHub

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 73ec712..a4a2e7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -284,6 +284,7 @@ deploy:
     on:
       tags: true
       condition: $CONFIG = installer
+      condition: $SPEC != macx-clang # GitHub OSX deploy broken due to travis problem
 
 notifications:
   webhooks: