disable travis logs since they don't work

This commit is contained in:
Daku 2016-06-19 04:45:33 +01:00
parent 43f108d095
commit 311dd91a09

View File

@ -43,13 +43,15 @@ script:
after_failure: after_failure:
- head -n 100 data/config/* - head -n 100 data/config/*
- ls /var/run/mysql* - ls /var/run/mysql*
- ls /var/log/*mysql* # All of the below commands require sudo, which we can't use without losing some speed & caching.
- cat /var/log/mysql.err # SEE: https://docs.travis-ci.com/user/workers/container-based-infrastructure/
- cat /var/log/mysql.log # - ls /var/log/*mysql*
- cat /var/log/mysql/error.log # - cat /var/log/mysql.err
- cat /var/log/mysql/slow.log # - cat /var/log/mysql.log
- ls /var/log/postgresql # - cat /var/log/mysql/error.log
- cat /var/log/postgresql/postgresql* # - cat /var/log/mysql/slow.log
# - ls /var/log/postgresql
# - cat /var/log/postgresql/postgresql*
after_script: after_script:
- wget https://scrutinizer-ci.com/ocular.phar - wget https://scrutinizer-ci.com/ocular.phar