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 0317a76 commit d8ff5edCopy full SHA for d8ff5ed
.travis.yml
@@ -32,9 +32,8 @@ before_script:
32
- |
33
if [[ "$DRIVER" = 'pcov' ]]; then
34
echo > $HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini
35
- git clone https://github.com/krakjoe/pcov
+ git clone --single-branch --branch=v1.0.1 --depth=1 https://github.com/krakjoe/pcov
36
cd pcov
37
- git checkout v1.0.0
38
phpize
39
./configure
40
make clean install
0 commit comments