Dump more logs and change the database username.

This commit is contained in:
jgen 2014-02-18 12:22:52 -05:00
parent bc98d284c7
commit f1608d39f1
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ script: php tests/test_install.php -d $DB
after_failure: after_failure:
- sudo cat /etc/nginx/sites-enabled/default - sudo cat /etc/nginx/sites-enabled/default
- sudo cat /var/log/nginx/error.log - sudo cat /var/log/nginx/error.log
- sudo cat /var/log/php_errors.log - sudo cat /var/log/php5-fpm.log
- ls /var/log - sudo cat /var/log/mysql.*
- sudo php -i - sudo ls /var/log/nginx
# configure notifications (email, IRC, campfire etc) # configure notifications (email, IRC, campfire etc)
#notifications: #notifications:

View File

@ -16,7 +16,7 @@ class ShimmieSimpleTestCase extends WebTestCase {
$this->database = $db; $this->database = $db;
if ($db === "mysql") { if ($db === "mysql") {
$this->db_user = "travis"; $this->db_user = "root";
$this->db_pass = ""; $this->db_pass = "";
} elseif ($db === "pgsql") { } elseif ($db === "pgsql") {
$this->db_user = "postgres"; $this->db_user = "postgres";