mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-23 13:31:27 +02:00
fix key:generate crashing because .env file is missing
This commit is contained in:
parent
22880b8429
commit
0e7a8a3166
@ -10,7 +10,6 @@ php:
|
|||||||
before_script:
|
before_script:
|
||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
- travis_retry composer install --no-interaction
|
- travis_retry composer install --no-interaction
|
||||||
- php artisan key:generate
|
|
||||||
# no need to use a dedicated Travis .env file as phpunit
|
# no need to use a dedicated Travis .env file as phpunit
|
||||||
# will use .env.testing by default
|
# will use .env.testing by default
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user