diff --git a/.travis.yml b/.travis.yml index ea6fc3cec99..09cbd26c67f 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