0
0

switch to containerized builds

switch to go 1.5 (required by errcheck now)
do not install go vet (part of Go now)
This commit is contained in:
Marty Schoch 2016-01-07 09:57:23 -05:00
parent 83cd8da394
commit 155e496121

View File

@ -1,10 +1,11 @@
sudo: false
language: go
go:
- 1.4
- 1.5
script:
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/kisielk/errcheck