mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
Should probably leave xdebug seeing as we use it for code coverage. 👍
This commit is contained in:
parent
fe7a6fb977
commit
ace70a3599
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user