diff --git a/circle.yml b/circle.yml index 59b028a99..27509d1c8 100644 --- a/circle.yml +++ b/circle.yml @@ -8,6 +8,9 @@ machine: PATH: $HOME/go/bin:$PATH GOROOT: $HOME/go + pre: + - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 + services: - docker