mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
Don't worry about the MySQL slow log when debugging Travis.
This commit is contained in:
parent
af3a1d154c
commit
e9f332d42a
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ before_install:
|
|||
- sudo apt-get autoclean
|
||||
- sudo rm -rf /var/lib/mysql
|
||||
- sudo truncate -s 0 /var/log/mysql/error.log
|
||||
- sudo truncate -s 0 /var/log/mysql/slow.log
|
||||
|
||||
install:
|
||||
# Install Ansible.
|
||||
|
@ -40,7 +39,6 @@ script:
|
|||
# Some MySQL debugging (show all the logs).
|
||||
- "sudo ls -lah /var/log"
|
||||
- "sudo cat /var/log/mysql/error.log"
|
||||
- "sudo cat /var/log/mysql/slow.log"
|
||||
|
||||
# Check to make sure we can connect to MySQL.
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue