We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15399e commit af3a1d1Copy full SHA for af3a1d1
.travis.yml
@@ -13,7 +13,8 @@ before_install:
13
- sudo apt-get autoremove
14
- sudo apt-get autoclean
15
- sudo rm -rf /var/lib/mysql
16
- - sudo rm -rf /var/log/mysql
+ - sudo truncate -s 0 /var/log/mysql/error.log
17
+ - sudo truncate -s 0 /var/log/mysql/slow.log
18
19
install:
20
# Install Ansible.
@@ -38,7 +39,6 @@ script:
38
39
40
# Some MySQL debugging (show all the logs).
41
- "sudo ls -lah /var/log"
- - "sudo ls -lah /var/log/mysql"
42
- "sudo cat /var/log/mysql/error.log"
43
- "sudo cat /var/log/mysql/slow.log"
44
0 commit comments