From 63552282d70eb1e802812132ffce4c8bf4041d58 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Mon, 6 Jul 2015 03:38:08 -0300 Subject: [PATCH] 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. --- circle.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 circle.yml diff --git a/circle.yml b/circle.yml deleted file mode 100644 index c5cfc7323..000000000 --- a/circle.yml +++ /dev/null @@ -1,3 +0,0 @@ -test: - override: - - go test -short ./...