diff --git a/.travis.yml b/.travis.yml index 99f9547..80b5dae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - glide install script: go test -cover `glide nv` after_success: - test ! -z "$TRAVIS_TAG" && curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash + test -n "$TRAVIS_TAG" && curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash notifications: email: false diff --git a/README.md b/README.md index dc878dd..c5b9c79 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,5 @@ Hope this helps you and your team improve the code review practices! ## Install ```console -brew tap caarlos0/formulae -brew install karmahub +brew tap caarlos0/tap/karmahub ``` diff --git a/goreleaser.yml b/goreleaser.yml index f00494b..dbb38e3 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -1,4 +1,4 @@ repo: caarlos0/karmahub binary_name: karmahub brew: - repo: caarlos0/homebrew-formulae + repo: caarlos0/homebrew-tap