From 36edab160fd2e45e33f0e3df6b886ebaefdee9d8 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 24 Jun 2018 11:45:31 -0400 Subject: Dropping support for circleci --- .circleci/config.yml | 39 --------------------------------------- README.md | 3 ++- 2 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index ca093f1..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,39 +0,0 @@ -# Javascript Node CircleCI 2.0 configuration file -# -# Check https://circleci.com/docs/2.0/language-javascript/ for more details -# -version: 2 -jobs: - build: - docker: - # specify the version you desire here - - image: circleci/node:7.10 - - # Specify service dependencies here if necessary - # CircleCI maintains a library of pre-built images - # documented at https://circleci.com/docs/2.0/circleci-images/ - # - image: circleci/mongo:3.4.4 - - working_directory: ~/repo - - steps: - - checkout - - # Download and cache dependencies - - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: yarn install - - - save_cache: - paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - # run tests! - - run: yarn test - - diff --git a/README.md b/README.md index bb44fcc..6158123 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

AleeBot

AleeBot Status Widget - Discord Badge Travis CI Build Status CircleCI Build Status + Discord Badge Travis CI Build Status

Welcome to the AleeBot github repository! This bot is crafted for discord servers.

@@ -12,6 +12,7 @@
  • Moderation
  • Fun features
  • Quotes
  • +
  • Economy
  • Reporting issues/pull request/request a feature

    If you want to help. Do a pull request and also submit a problem/suggestion to the issues tab.

    -- cgit v1.2.3