Skip to content

Commit 05ffe6a

Browse files
author
Márk Sági-Kazár
committed
Fixx HHVM coverage issue
1 parent 21e5c5e commit 05ffe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2929

3030
before_install:
31-
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini; fi
31+
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
3232
- travis_retry composer self-update
3333

3434
install:

0 commit comments

Comments
 (0)