From aca3a9624689904a125b101078af38979db89da2 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 26 Sep 2014 15:13:24 -0700 Subject: [PATCH] Add go1.4; fix cover path for real. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea6fc3cec990a..09cbd26c67f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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