Skip to content

Commit

Permalink
remove manual install xdebug for php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 2, 2016
1 parent 608d241 commit 750770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction
- composer dump-autoload -o
- 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

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

0 comments on commit 750770c

Please sign in to comment.