Merge pull request #280 from marineam/go1.4

travis: Add Go 1.4 as a test target
This commit is contained in:
Michael Marineau 2014-12-11 16:34:00 -08:00
commit 39763d772c

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