Skip to content

Commit e9f332d

Browse files
committed
Don't worry about the MySQL slow log when debugging Travis.
1 parent af3a1d1 commit e9f332d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_install:
1414
- sudo apt-get autoclean
1515
- sudo rm -rf /var/lib/mysql
1616
- sudo truncate -s 0 /var/log/mysql/error.log
17-
- sudo truncate -s 0 /var/log/mysql/slow.log
1817

1918
install:
2019
# Install Ansible.
@@ -40,7 +39,6 @@ script:
4039
# Some MySQL debugging (show all the logs).
4140
- "sudo ls -lah /var/log"
4241
- "sudo cat /var/log/mysql/error.log"
43-
- "sudo cat /var/log/mysql/slow.log"
4442

4543
# Check to make sure we can connect to MySQL.
4644
- >

0 commit comments

Comments
 (0)