From dd3916e586faa00a0e6f4dfae26f9cf0f89b0a4a Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 22 Dec 2016 13:17:17 +0100 Subject: [PATCH] Improved Travis CI config (#540) --- .travis.yml | 6 +++++- README.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39f32933f..afb2a0760 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,9 @@ python: - "3.5.2" install: - pip install -r requirements.txt -script: python -m compileall ./ +script: + - python -m compileall ./red.py + - python -m compileall ./cogs cache: pip +notifications: + email: false diff --git a/README.md b/README.md index 5e08211d9..9f45c8cdd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Red - A fully customizable Discord bot #### *Music, admin, trivia, fun commands and much more!* -[](https://www.patreon.com/Twentysix26) [](https://github.com/Rapptz/discord.py) [](https://discord.gg/0k4npTwMvTpv9wrh) +[](https://www.patreon.com/Twentysix26) [](https://github.com/Rapptz/discord.py) [](https://discord.gg/0k4npTwMvTpv9wrh) [![Build Status](https://travis-ci.org/Twentysix26/Red-DiscordBot.svg?branch=develop)](https://travis-ci.org/Twentysix26/Red-DiscordBot) Red is a fully modular bot which comes with sets of features/commands that can be enabled/disabled to your liking, making it customizable exactly how you want. You can turn Red into a trivia bot, an admin bot, a music bot (...) or all of these together. The default set of modules includes and it's not limited to: -* admin commands +* moderation features (kick/ban/softban, filters, mod-log...) * trivia (lists included and you can make new ones!) * music features (playlists, youtube, soundcloud, queues...) * stream alerts (twitch/hitbox)