Skip to content

Commit b8ccbeb

Browse files
committed
disable Xdebug when not needed
1 parent 929374a commit b8ccbeb

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
@@ -39,6 +39,7 @@ matrix:
3939
- php: hhvm
4040

4141
before_script:
42+
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
4243
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_VERSION}"; fi
4344
- if [ "$PHPUNIT_VERSION" != "" ]; then composer require --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"; fi
4445
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi

0 commit comments

Comments
 (0)