Fix CI tests KO because .env was overridden by Composer install script

This commit is contained in:
Bubka 2022-03-31 12:16:16 +02:00
parent 684a8a0acb
commit a8614f4aa0

View File

@ -8,10 +8,9 @@ php:
- 8.0
before_script:
- cp .env.travis .env
- travis_retry composer self-update
- travis_retry composer install --no-interaction
- php artisan key:generate
- cp .env.travis .env
- nvm install node --lts
- npm install npm@latest -g
- npm install