Clean .travis.yml file

This commit is contained in:
Bubka 2022-03-31 13:20:49 +02:00
parent b0832499dd
commit 0394134b06

View File

@ -8,18 +8,13 @@ php:
- 8.0
before_script:
- cp .env.travis .env
- travis_retry composer self-update
- travis_retry composer install --no-interaction
- cp .env.travis .env
- php artisan key:generate
- php artisan config:clear
- php artisan env
- nvm install node --lts
- npm install npm@latest -g
- npm install
script:
- npm run dev
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: