commit | a67f959446072ce70114c316302ae6db8dd5a955 | [log] [tgz] |
---|---|---|
author | Dusan Kasan <me@dusankasan.com> | Thu Apr 13 00:31:02 2017 +0200 |
committer | Dusan Kasan <me@dusankasan.com> | Thu Apr 13 00:31:02 2017 +0200 |
tree | ddf273b043aade51d5ecbddc1bda8e19103dfe47 | |
parent | 83f292f163ac2f85e106f662f19b54f9a8384a45 [diff] |
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