Skip to content

Commit 750770c

Browse files
committed
remove manual install xdebug for php 7.1
1 parent 608d241 commit 750770c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_script:
1414
- composer self-update
1515
- composer install --prefer-source --no-interaction
1616
- 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
1817

1918
script:
2019
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml

0 commit comments

Comments
 (0)