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 language: go
matrix:
include: go:
- go: 1.4 - 1.4
env: TOOLS_CMD=golang.org/x/tools/cmd - 1.5.3
- 1.6
env:
- TOOLS_CMD=golang.org/x/tools/cmd
install: install:
- go get ${TOOLS_CMD}/vet - go get ${TOOLS_CMD}/vet
script: script:
- ./test - ./test
notifications:
email: false