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