Update TravisCI for Go 1.6.
Now that Go 1.6 has been released, remove the old Go versions from the configurations tested by TravisCI and add the latest point releases.
This commit is contained in:
parent
ae78918521
commit
52bb44a147
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3.3
|
||||
- 1.4.2
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
sudo: false
|
||||
before_install:
|
||||
- gotools=golang.org/x/tools
|
||||
|
|
Loading…
Reference in a new issue