Skip to content

Commit fe50186

Browse files
committed
More Travis testing - see what's up with MySQL.
1 parent c5b85c0 commit fe50186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ script:
3030
&& (echo 'Idempotence test: pass' && exit 0)
3131
|| (echo 'Idempotence test: fail' && exit 1)
3232
33+
- "ls -lah /var/log"
34+
- "cat /var/log/mysql.err"
35+
- "cat /var/log/mysql.log"
36+
3337
# Check to make sure we can connect to MySQL.
3438
- >
3539
mysql -u root -proot -e 'show databases;'

0 commit comments

Comments
 (0)