Skip to content

Commit

Permalink
Removes go 1.5 and 1.6 from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Sep 16, 2016
1 parent 2822643 commit bf2bf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go

go:
- 1.5
- 1.6
- 1.7
- tip
2 changes: 1 addition & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Put the binary in your `$PATH` (e.g. in `/usr/bin`) to make it easy to use:
▶ sudo mv gron /usr/bin/
```

Or if you're a Go user you can use `go get`:
Or if you're a Go user you can use `go get` (if you're using Go 1.7 or newer):

```
▶ go get -u github.com/tomnomnom/gron
Expand Down

0 comments on commit bf2bf97

Please sign in to comment.