diff --git a/config/database.php b/config/database.php
index 46f1085e..4a084734 100755
--- a/config/database.php
+++ b/config/database.php
@@ -39,21 +39,7 @@ return [
'prefix' => '',
],
- 'travis' => [
- 'driver' => 'mysql',
- 'host' => env('DB_HOST'),
- 'port' => env('DB_PORT'),
- 'database' => env('DB_DATABASE'),
- 'username' => env('DB_USERNAME'),
- 'password' => env('DB_PASSWORD'),
- 'charset' => 'utf8',
- 'collation' => 'utf8_unicode_ci',
- 'prefix' => '',
- 'strict' => true,
- 'engine' => null,
- ],
-
- 'testing' => [
+ 'memory' => [
'driver' => 'sqlite',
'database' => ':memory:',
'prefix' => '',
diff --git a/phpunit.xml b/phpunit.xml
index 1baae029..f3922227 100755
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -23,7 +23,7 @@
-
+