From 516efb21cf992d30375e7ba0fdd4a10bf4820088 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 4 Sep 2015 14:52:47 +0200 Subject: [PATCH] Seriously CircleCI, come on... --- circle.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 017b07f3..d87ea088 100644 --- a/circle.yml +++ b/circle.yml @@ -14,11 +14,12 @@ dependencies: - go version test: + pre: + - git clean -fxd + - go clean -i -r ./cmd/... override: # First install latest versions of all dependencies - go get -v -t -d ./... - # Remove oldcrap object files from CircleCI's "source cache" - - go clean -i -r ./cmd/... # Build the binaries with those - go build -v ./cmd/... # And run the tests