We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e5c5e commit 05ffe6aCopy full SHA for 05ffe6a
.travis.yml
@@ -28,7 +28,7 @@ matrix:
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29
30
before_install:
31
- - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini; fi
+ - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
32
- travis_retry composer self-update
33
34
install:
0 commit comments