diff --git a/.travis.yml b/.travis.yml index 1da76ee3..41420452 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ notifications: before_install: - travis_retry composer self-update - - if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi + - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi install: - if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi