Skip to content

Commit 86a4bff

Browse files
authored
Disable Xdebug during tests on Travis CI
Otherwise tests failed with lowest dependencies for PHP 7.3 and PHP 7.4. Because Xdebug 3.0 is incompatible with old PHPUnit versions.
1 parent dd7e7ee commit 86a4bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- COMPOSER_FLAGS=""
1414

1515
before_script:
16+
- phpenv config-rm xdebug.ini
1617
- travis_retry composer self-update
1718
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1819

0 commit comments

Comments
 (0)