fix key:generate crashing because .env file is missing

This commit is contained in:
Bubka 2022-04-01 13:45:40 +02:00
parent 22880b8429
commit 0e7a8a3166

View File

@ -10,7 +10,6 @@ php:
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction
- php artisan key:generate
# no need to use a dedicated Travis .env file as phpunit
# will use .env.testing by default