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 8527c11 commit 43cf888Copy full SHA for 43cf888
.travis.yml
@@ -119,14 +119,7 @@ jobs:
119
- composer require --dev --no-update phpunit/phpunit:^8
120
121
# Install PCOV
122
- - |
123
- git clone --single-branch --branch=v1.0.6 --depth=1 https://github.com/krakjoe/pcov
124
- cd pcov
125
- phpize
126
- ./configure
127
- make clean install
128
- echo "extension=pcov.so" > $HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/pcov.ini
129
- cd $TRAVIS_BUILD_DIR
+ - pecl install pcov
130
before_script:
131
# Make code compatible with PHPUnit 8
132
- PHP_CS_FIXER_FUTURE_MODE=1 php php-cs-fixer fix --rules=void_return -q tests || return 0
0 commit comments