Update Travis to Go 1.7.1
This commit is contained in:
parent
18a7d418f8
commit
15ad398030
|
@ -1,7 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- 1.7.1
|
||||||
install:
|
install:
|
||||||
# This script is used by the Travis build to install a cookie for
|
# This script is used by the Travis build to install a cookie for
|
||||||
# go.googlesource.com so rate limits are higher when using `go get` to fetch
|
# go.googlesource.com so rate limits are higher when using `go get` to fetch
|
||||||
|
|
Loading…
Reference in New Issue