Browse Source

Don't push tagged OSX build to GitHub

QGC4.4
Don Gagne 5 years ago
parent
commit
aa8ae7fadb
  1. 1
      .travis.yml

1
.travis.yml

@ -284,6 +284,7 @@ deploy: @@ -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:

Loading…
Cancel
Save