Try to fix Travis CI failures
This commit is contained in:
parent
a2fe871217
commit
579cc86910
1 changed files with 3 additions and 5 deletions
|
@ -15,11 +15,9 @@ before_install:
|
|||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- cp .env.travis .env
|
||||
- composer self-update
|
||||
- composer install --no-interaction --no-scripts
|
||||
- php artisan key:generate --force
|
||||
- php artisan migrate --force
|
||||
- php artisan db:seed --force
|
||||
- composer install --no-interaction --no-scripts --prefer-dist --no-suggest
|
||||
- php artisan migrate --force -v
|
||||
- php artisan db:seed --force -v
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue