Dump more logs and change the database username.
This commit is contained in:
parent
bc98d284c7
commit
f1608d39f1
2 changed files with 4 additions and 4 deletions
|
@ -28,9 +28,9 @@ script: php tests/test_install.php -d $DB
|
|||
after_failure:
|
||||
- sudo cat /etc/nginx/sites-enabled/default
|
||||
- sudo cat /var/log/nginx/error.log
|
||||
- sudo cat /var/log/php_errors.log
|
||||
- ls /var/log
|
||||
- sudo php -i
|
||||
- sudo cat /var/log/php5-fpm.log
|
||||
- sudo cat /var/log/mysql.*
|
||||
- sudo ls /var/log/nginx
|
||||
|
||||
# configure notifications (email, IRC, campfire etc)
|
||||
#notifications:
|
||||
|
|
|
@ -16,7 +16,7 @@ class ShimmieSimpleTestCase extends WebTestCase {
|
|||
$this->database = $db;
|
||||
|
||||
if ($db === "mysql") {
|
||||
$this->db_user = "travis";
|
||||
$this->db_user = "root";
|
||||
$this->db_pass = "";
|
||||
} elseif ($db === "pgsql") {
|
||||
$this->db_user = "postgres";
|
||||
|
|
Reference in a new issue