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 language: go
go: matrix:
- 1.3 include:
- 1.2 - 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: install:
- go get code.google.com/p/go.tools/cmd/cover - go get ${TOOLS_CMD}/cover
- go get code.google.com/p/go.tools/cmd/vet - go get ${TOOLS_CMD}/vet
script: script:
- ./test - ./test