we need xdebug for code coverage, and hhvm was already removed

This commit is contained in:
Daniel Klabbers 2018-04-13 07:17:39 +02:00
parent dcb3821777
commit 7d41c4e510

View File

@ -9,7 +9,6 @@ matrix:
fast_finish: true
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- composer self-update
- composer install