From aa8ae7fadbc2ce78aa130eff3b8e26cada2c479c Mon Sep 17 00:00:00 2001 From: Don Gagne 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 73ec7124b..a4a2e7f69 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: -- 2.22.0