diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 11:45:31 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 11:45:31 -0400 |
| commit | 36edab160fd2e45e33f0e3df6b886ebaefdee9d8 (patch) | |
| tree | 9e7e9fa7441aaed05fd9e2f1f17563bc507136a9 | |
| parent | a5bf379e32816072520d3ee60c22bbf868c1d484 (diff) | |
| download | AleeBot-36edab160fd2e45e33f0e3df6b886ebaefdee9d8.tar.gz AleeBot-36edab160fd2e45e33f0e3df6b886ebaefdee9d8.tar.bz2 AleeBot-36edab160fd2e45e33f0e3df6b886ebaefdee9d8.zip | |
Dropping support for circleci
| -rw-r--r-- | .circleci/config.yml | 39 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 2 insertions, 40 deletions
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 - - @@ -1,7 +1,7 @@ <div align="center">
<h1>AleeBot</h1>
<a href="https://discordbots.org/bot/282547024547545109"><img src="https://discordbots.org/api/widget/status/282547024547545109.svg" alt="AleeBot Status Widget" />
- </a><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/243022206437687296.svg?colorB=7289DA&label=discord" alt="Discord Badge"> </a><a href="https://travis-ci.org/AleeCorp/AleeBot"><img src="https://travis-ci.org/AleeCorp/AleeBot.svg?branch=master" alt="Travis CI Build Status" /></a><a href="https://circleci.com/gh/AleeCorp/AleeBot"> <img src="https://circleci.com/gh/AleeCorp/AleeBot.svg?style=svg" alt="CircleCI Build Status" /></a>
+ </a><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/243022206437687296.svg?colorB=7289DA&label=discord" alt="Discord Badge"> </a><a href="https://travis-ci.org/AleeCorp/AleeBot"><img src="https://travis-ci.org/AleeCorp/AleeBot.svg?branch=master" alt="Travis CI Build Status" /></a>
<p>Welcome to the AleeBot github repository! This bot is crafted for discord servers.</p>
</div>
@@ -12,6 +12,7 @@ <li>Moderation</li>
<li>Fun features</li>
<li>Quotes</li>
+ <li>Economy</li>
</ul>
<h1>Reporting issues/pull request/request a feature</h1>
<p>If you want to help. Do a pull request and also submit a problem/suggestion to the issues tab.</p>
|
