Improved Travis CI config (#540)

This commit is contained in:
Kowlin 2016-12-22 13:17:17 +01:00 committed by Twentysix
parent 08541e419f
commit dd3916e586
2 changed files with 7 additions and 3 deletions

View File

@ -3,5 +3,9 @@ python:
- "3.5.2" - "3.5.2"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: python -m compileall ./ script:
- python -m compileall ./red.py
- python -m compileall ./cogs
cache: pip cache: pip
notifications:
email: false

View File

@ -1,12 +1,12 @@
# Red - A fully customizable Discord bot # Red - A fully customizable Discord bot
#### *Music, admin, trivia, fun commands and much more!* #### *Music, admin, trivia, fun commands and much more!*
[<img src="https://img.shields.io/badge/Support-me!-orange.svg">](https://www.patreon.com/Twentysix26) [<img src="https://img.shields.io/badge/discord-py-blue.svg">](https://github.com/Rapptz/discord.py) [<img src="https://discordapp.com/api/guilds/133049272517001216/widget.png?style=shield">](https://discord.gg/0k4npTwMvTpv9wrh) [<img src="https://img.shields.io/badge/Support-me!-orange.svg">](https://www.patreon.com/Twentysix26) [<img src="https://img.shields.io/badge/discord-py-blue.svg">](https://github.com/Rapptz/discord.py) [<img src="https://discordapp.com/api/guilds/133049272517001216/widget.png?style=shield">](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. 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. 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: 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!) * trivia (lists included and you can make new ones!)
* music features (playlists, youtube, soundcloud, queues...) * music features (playlists, youtube, soundcloud, queues...)
* stream alerts (twitch/hitbox) * stream alerts (twitch/hitbox)