mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Should probably leave xdebug seeing as we use it for code coverage. 👍
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
before_install:
|
||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS travis;'
|
||||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
# - phpenv config-rm xdebug.ini
|
||||
- cp .env.travis .env
|
||||
- composer install --no-interaction --prefer-dist --no-suggest --verbose
|
||||
- php artisan migrate --seed -v
|
||||
|
||||
Reference in New Issue
Block a user