From 3c808631f6b97b1657ffb020d5a3af9d0860719c Mon Sep 17 00:00:00 2001 From: tgpethan Date: Fri, 27 Mar 2020 15:07:41 +0000 Subject: [PATCH] Remove ci --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 4a8a9e2..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2.1 -orbs: - node: circleci/node@1.1.6 -jobs: - build-and-test: - executor: - name: node/default - steps: - - checkout - - node/with-cache: - steps: - - run: npm install - - run: npm test -workflows: - build-and-test: - jobs: - - build-and-test \ No newline at end of file