Should probably leave xdebug seeing as we use it for code coverage. 👍
This commit is contained in:
parent
fe7a6fb977
commit
ace70a3599
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue