Dump more logs and change the database username.
This commit is contained in:
parent
bc98d284c7
commit
f1608d39f1
@ -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:
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user