diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 47c9f2db..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: 2.1 - -orbs: - go: circleci/go@0.2.0 - windows: circleci/windows@2.3.0 - -executors: - golang: - docker: - - image: circleci/golang:1.12 - -jobs: - test_linux: - executor: golang - - working_directory: /go/src/github.com/google/gops - steps: - - checkout - - run: go test -v ./... - test_windows: - executor: windows/default - - working_directory: /go/src/github.com/google/gops - steps: - - checkout - - run: go test -v ./... - -workflows: - version: 2 - gops: - jobs: - - test_linux: - filters: - tags: - only: /.*/ - - test_windows: - filters: - tags: - only: /.*/ diff --git a/README.md b/README.md index 95abf296..c8afeb72 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # gops [![GitHub Action Status](https://github.com/google/gops/workflows/Tests/badge.svg)](https://github.com/google/gops/actions?query=workflow%3ATests) -[![Build status](https://circleci.com/gh/google/gops/tree/master.svg?style=shield&circle-token=2637dc1e57d5407ae250480a86a2e553a7d20482)](https://circleci.com/gh/google/gops) [![GoDoc](https://godoc.org/github.com/google/gops?status.svg)](https://godoc.org/github.com/google/gops) gops is a command to list and diagnose Go processes currently running on your system.