Add go1.4; fix cover path for real.

This commit is contained in:
Daniel Smith 2014-09-26 15:13:24 -07:00
parent 244d55b0dd
commit aca3a96246

View File

@ -1,11 +1,12 @@
language: go
go:
- 1.4
- 1.3
- 1.2
install:
- go get code.google.com/p/go.tools/cmd/cover
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- ./hack/travis/install-etcd.sh
- ./hack/verify-gofmt.sh
- ./hack/verify-boilerplate.sh