travis: Add Go 1.4 as a test target

This commit is contained in:
Michael Marineau 2014-12-11 14:37:42 -08:00
parent 353444e56d
commit ee69b77bfb

View File

@ -1,11 +1,16 @@
language: go
go:
- 1.3
- 1.2
matrix:
include:
- go: 1.4
env: TOOLS_CMD=golang.org/x/tools/cmd
- go: 1.3
env: TOOLS_CMD=code.google.com/p/go.tools/cmd
- go: 1.2
env: TOOLS_CMD=code.google.com/p/go.tools/cmd
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get code.google.com/p/go.tools/cmd/vet
- go get ${TOOLS_CMD}/cover
- go get ${TOOLS_CMD}/vet
script:
- ./test