Travis DB setup

- Added testing setup command for configuring testing db and environment
- Updated travis.yml to use MySQL service

Apply fixes from StyleCI

added user to access db in travis.yml

updates

updates

Apply fixes from StyleCI
This commit is contained in:
Manish Verma
2018-09-17 12:15:29 +05:30
committed by Manish Verma
parent 6742e13d81
commit 426a285431
4 changed files with 224 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
\App\Console\Commands\DropTables::class,
\App\Console\Commands\Install::class,
\App\Console\Commands\InstallDB::class,
\App\Console\Commands\SetupTestEnv::class,
];
/**