CircleCI config temporariy removed
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 284075c..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-test:
-  pre:
-    - go get github.com/mattn/goveralls
-  override:
-    - ! gofmt -s -d . 2>&1 | read
-    - go test -v -cover -race -coverprofile=/home/ubuntu/coverage.out
-  post:
-    - /home/ubuntu/.go_workspace/bin/goveralls -coverprofile=/home/ubuntu/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN