Browse Source

Merge pull request #8469 from DonLakeFlyer/TravisOSX

Travis: Don't push tagged OSX build to GitHub
QGC4.4
Don Gagne 5 years ago committed by GitHub
parent
commit
8d20342cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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