mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Fix CI tests KO because .env was overridden by Composer install script
This commit is contained in:
parent
684a8a0acb
commit
a8614f4aa0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user