Tweak the travis file

- Build against more versions of Go
- Explicitely specify go versions
This commit is contained in:
Abhishek Chanda 2016-02-24 22:32:08 -08:00
parent b7ff8ab158
commit c5f7cc8501

View File

@ -1,14 +1,15 @@
language: go
matrix:
include:
- go: 1.4
env: TOOLS_CMD=golang.org/x/tools/cmd
go:
- 1.4
- 1.5.3
- 1.6
env:
- TOOLS_CMD=golang.org/x/tools/cmd
install:
- go get ${TOOLS_CMD}/vet
script:
- ./test
notifications:
email: false