mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 17:42:33 +01:00
Try to fix Travis CI failures
This commit is contained in:
parent
a2fe871217
commit
579cc86910
@ -15,11 +15,9 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
- composer self-update
|
- composer install --no-interaction --no-scripts --prefer-dist --no-suggest
|
||||||
- composer install --no-interaction --no-scripts
|
- php artisan migrate --force -v
|
||||||
- php artisan key:generate --force
|
- php artisan db:seed --force -v
|
||||||
- php artisan migrate --force
|
|
||||||
- php artisan db:seed --force
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user