mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -05:00
Improved Travis CI config (#540)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user