Remove circle ci implementation due to Golang bug.

I've tried to set-up circleci but I came across a Golang issue that was
preventing CPU tests to PASS. Instead of ignoring those tests I've
submitted an issue to Go (https://github.com/golang/go/issues/11609)
hoping that this gets fixed soon.
This commit is contained in:
Marcos Lilljedahl 2015-07-06 03:38:08 -03:00
parent ae385b336d
commit 63552282d7
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
test:
override:
- go test -short ./...