auto homebrew

pull/78/head
hunterlong 2018-10-10 18:18:34 -07:00
parent 2e9425c979
commit 6969490ccf
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ before_deploy:
- git config --local user.email "info@socialeck.com"
- make tag
after_deploy:
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi
deploy:
- provider: releases
api_key: $GH_TOKEN