Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
renamed tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 11, 2017
1 parent e3176e1 commit f1b5b7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo: caarlos0/karmahub
binary_name: karmahub
brew:
repo: caarlos0/homebrew-formulae
repo: caarlos0/homebrew-tap

0 comments on commit f1b5b7f

Please sign in to comment.