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 608d241 commit 750770cCopy full SHA for 750770c
.travis.yml
@@ -14,7 +14,6 @@ before_script:
14
- composer self-update
15
- composer install --prefer-source --no-interaction
16
- composer dump-autoload -o
17
- - if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then git clone git://github.com/xdebug/xdebug.git && cd xdebug && phpize && ./configure --enable-xdebug && make && make install && echo "zend_extension = xdebug.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini && cd ..; fi
18
19
script:
20
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
0 commit comments