Try to debug Travis tests

This commit is contained in:
Bubka 2022-03-31 13:47:06 +02:00
parent 0394134b06
commit 6f9c3a6dc6
2 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,8 @@
APP_ENV=testing
APP_KEY=
# See connections.testing in config/database.php
DB_CONNECTION=testing
DB_DATABASE=:memory:
CACHE_DRIVER=array
SESSION_DRIVER=array

View File

@ -11,6 +11,7 @@ before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction
- cp .env.travis .env
- cat .env
- php artisan key:generate
- php artisan env