Update Travis CI

This commit is contained in:
Marc-André Kolly
2019-07-28 23:45:05 +02:00
parent d5e4182878
commit 4ef78df27f
3 changed files with 40 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ class MysqlsTest extends TestCase
// test connection
try {
$test_conn = new \PDO("mysql:host=localhost", 'test1sql1', $newPwd);
$test_conn = new \PDO("mysql:host=127.0.0.1", 'test1sql1', $newPwd);
unset($test_conn);
} catch (PDOException $e) {
$this->fail($e->getMessage());