Add Go 1.7 and latest

Go 1.7 was released recently and it seems useful to test against the Go tip as
well, for people that run release candidates.
This commit is contained in:
Kevin Burke 2016-08-23 18:23:38 -07:00
parent 0aa62d5ddc
commit 44ab8e0dc1
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover