Seriously CircleCI, come on...

This commit is contained in:
Jakob Borg 2015-09-04 14:52:47 +02:00
parent 2d4397af53
commit 516efb21cf

View File

@ -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