diff --git a/.travis.yml b/.travis.yml index c9bd8c2..39037a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ +dist: bionic language: go + go: -- "1.14.x" -- "1.15.x" + - "1.14.x" + - "1.15.x" + env: -- GOARCH=amd64 + - GOARCH=amd64 diff --git a/README.md b/README.md index 4c3fc26..59ae034 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ Go version: go1.10 --- +### Installation via `brew` + +[Homebrew](https://brew.sh/) users can install by: + +```sh +$ brew install vultr +``` + ### Installation from source * Install the latest version of [Go](https://golang.org)