diff --git a/circle.yml b/circle.yml index acdf665..ead6157 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ test: pre: - - $(which go) > .gopath + - which go > .gopath override: - sudo -E $(cat .gopath) test ./...