diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index d613ab6..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2.1 - -orbs: - node: circleci/node@4.1.0 - -jobs: - build: - docker: - - image: cimg/base:stable - steps: - - checkout - - name: Install pnpm - run: | - curl -L https://unpkg.com/@pnpm/self-installer | node - - run: - name: Run tests - command: pnpm test - -workflows: - version: 2 - build_and_test: - jobs: - - build \ No newline at end of file diff --git a/README.md b/README.md index 1581f64..b1fae32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![](https://github.com/authdog/keylab/workflows/adg-keylab-lib/badge.svg) [![Build Status](https://travis-ci.com/authdog/keylab.svg?branch=master)](https://travis-ci.com/authdog/keylab) -[![CircleCI](https://dl.circleci.com/status-badge/img/gh/authdog/keylab/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/authdog/keylab/tree/master) [![codecov](https://codecov.io/gh/authdog/keylab/branch/master/graph/badge.svg?token=6XA3OTMTAT)](https://codecov.io/gh/authdog/keylab) [![npm version](https://badge.fury.io/js/keylab.svg)](https://badge.fury.io/js/keylab) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)