1
1
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:
Dane Everitt 2017-07-23 18:09:19 -05:00
parent fe7a6fb977
commit ace70a3599
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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