Try to fix travis CI

This commit is contained in:
Bubka 2020-03-05 15:00:15 +01:00
parent 53ada0bfaa
commit dd0e5f8442

View File

@ -8,6 +8,10 @@ before_script:
- composer self-update
- composer install --no-interaction
- php artisan key:generate
- php artisan migrate:refresh
- php artisan passport:install
- php artisan storage:link
- php artisan config:cache
script:
- vendor/bin/phpunit