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) [](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)