diff --git a/circle.yml b/circle.yml index b0474d573..a8cbd6ce8 100644 --- a/circle.yml +++ b/circle.yml @@ -20,13 +20,11 @@ dependencies: pre: # setup ipv6 - sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0 - - go get -u github.com/whyrusleeping/gx - - go get -u github.com/whyrusleeping/gx-go override: - mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH" - cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH" - - gx --verbose install --global + - cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps cache_directories: - ~/go1.5.2.linux-amd64.tar.gz