travis ci setup (#1)

ci setup
This commit is contained in:
Milos Stojanovic
2019-06-14 09:26:48 +02:00
committed by GitHub
parent 5eab125d17
commit 044df2559c
8 changed files with 72 additions and 2756 deletions

View File

@@ -43,7 +43,7 @@ return [
},
'database' => function () {
$handler = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler(
'mysql://root:milos@localhost:3360/filegator'
'mysql://root:password@localhost:3360/filegator'
);
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage([], $handler);
@@ -134,7 +134,7 @@ return [
// 'driver' => 'mysqli',
// 'host' => 'localhost',
// 'username' => 'root',
// 'password' => 'milos',
// 'password' => 'password',
// 'database' => 'filegator',
//],
],