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:
Dave Collins 2016-03-22 11:42:23 -05:00
parent ae78918521
commit 52bb44a147

View file

@ -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