forked from mirror/go.uuid
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:
parent
0aa62d5ddc
commit
44ab8e0dc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue