diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2020-09-22 15:32:12 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2020-09-22 15:32:12 -0600 |
commit | ca9b3203bfce7aef260b8aeca05a4e1bda5e1e1d (patch) | |
tree | dd908f9141c753a28c6323af55093e6f3241a20f | |
parent | Merge pull request #12 from benbjohnson/reflect (diff) | |
download | pds-ca9b3203bfce7aef260b8aeca05a4e1bda5e1e1d.tar.gz pds-ca9b3203bfce7aef260b8aeca05a4e1bda5e1e1d.tar.xz |
Remove CircleCI
-rw-r--r-- | .circleci/config.yml | 13 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index da2ca69..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/golang:1.12 - - steps: - - checkout - - - run: go test -v -covermode=atomic -coverprofile=coverage.txt . - - - run: bash <(curl -s https://codecov.io/bash) - @@ -1,4 +1,4 @@ -Immutable     +Immutable    ========= This repository contains immutable collection types for Go. It includes |