diff --git a/.goreleaser.yml b/.goreleaser.yml index 93a43b893..6b7b3b858 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,8 +4,12 @@ release: owner: replicatedhq name: replicated brew: - github: {} + github: + owner: replicatedhq + name: replicated install: bin.install "replicated" + homepage: https://replicated.com + description: "Manage your app's channels and releases from the command line" builds: - goos: - linux diff --git a/.travis.yml b/.travis.yml index 91c33f7a2..66f05b44b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +sudo: required +services: + - docker language: go go: 1.8.3 script: diff --git a/README.md b/README.md index 225e0b9ba..91e8a53be 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Set the following env vars to avoid passing them as arguments to each command. ## Client -(GoDoc)[https://godoc.org/github.com/replicatedhq/replicated/client] +[GoDoc](https://godoc.org/github.com/replicatedhq/replicated/client) ```golang package main