More Travis testing - see what's up with MySQL.

pull/63/head
Jeff Geerling 10 years ago
parent c5b85c059f
commit fe50186e6f
  1. 4
      .travis.yml

@ -30,6 +30,10 @@ script:
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
- "ls -lah /var/log"
- "cat /var/log/mysql.err"
- "cat /var/log/mysql.log"
# Check to make sure we can connect to MySQL.
- >
mysql -u root -proot -e 'show databases;'