From d0ec2ff8ace3b379df09aa8e605d2b2e7c7cf532 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 21 Dec 2017 11:52:00 +0000 Subject: [PATCH] Revert "chore: add circleci" --- circle.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 circle.yml diff --git a/circle.yml b/circle.yml deleted file mode 100644 index ca90366db..000000000 --- a/circle.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 -jobs: - build: - working_directory: ~/station - docker: - - image: circleci/node:latest - steps: - - run: - name: "Checking Versions" - command: | - node --version - npm --version - - checkout - - run: - name: "Installing Dependencies" - command: npm install - - run: - name: "Running Eslint" - command: npm run lint \ No newline at end of file