Skip to content

Commit 8bc901f

Browse files
committed
disable xdebug when code coverage is disabled
1 parent 8ad73b5 commit 8bc901f

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
@@ -37,6 +37,7 @@ matrix:
3737
before_install:
3838
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
3939
- if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
40+
- if [ $COVERAGE != true ]; then phpenv config-rm xdebug.ini; fi;
4041

4142
install:
4243
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)