[Core] Added --dry-run flag and Travis CI boot test

This should help testing the boot process right until login
This commit is contained in:
Twentysix
2016-12-22 18:54:27 +01:00
parent 6f068191f1
commit c7284ffa2a
3 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ install:
script:
- python -m compileall ./red.py
- python -m compileall ./cogs
- python ./red.py --no-prompt --no-cogs --dry-run
cache: pip
notifications:
email: false