Abhishek Chanda c5f7cc8501 Tweak the travis file
- Build against more versions of Go
- Explicitely specify go versions
2016-02-24 22:32:08 -08:00

16 lines
143 B
YAML

language: go
go:
- 1.4
- 1.5.3
- 1.6
env:
- TOOLS_CMD=golang.org/x/tools/cmd
install:
- go get ${TOOLS_CMD}/vet
script:
- ./test