travis: Update to Go 1.6.

This commit is contained in:
mewmew 2016-04-22 14:31:50 +02:00
parent 3f1d1096d8
commit db461b9177

View file

@ -1,4 +1,6 @@
language: go
go:
- 1.6
notifications:
email: false
@ -11,7 +13,6 @@ env:
before_install:
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls