Skip to content

Commit

Permalink
Merge branch 'master' into go-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Aug 18, 2020
2 parents df6fe4f + 7fafbab commit 24f298a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24f298a

Please sign in to comment.