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 af3a1d1 commit e9f332dCopy full SHA for e9f332d
.travis.yml
@@ -14,7 +14,6 @@ before_install:
14
- sudo apt-get autoclean
15
- sudo rm -rf /var/lib/mysql
16
- 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.
@@ -40,7 +39,6 @@ script:
40
39
# Some MySQL debugging (show all the logs).
41
- "sudo ls -lah /var/log"
42
- "sudo cat /var/log/mysql/error.log"
43
- - "sudo cat /var/log/mysql/slow.log"
44
45
# Check to make sure we can connect to MySQL.
46
- >
0 commit comments