Blame | Last modification | View Log | Download
language: phpphp:- 5.6- 7.0- 7.0snapshot- 7.1- 7.1snapshot- masterenv:matrix:- DRIVER="xdebug"- DRIVER="phpdbg"matrix:allow_failures:- php: masterfast_finish: trueexclude:- php: 5.6env: DRIVER="phpdbg"sudo: falsebefore_install:- composer self-update- composer clear-cacheinstall:- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stablescript:- if [[ "$DRIVER" = 'phpdbg' ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi- if [[ "$DRIVER" = 'xdebug' ]]; then vendor/bin/phpunit --coverage-clover=coverage.xml; fiafter_success:- bash <(curl -s https://codecov.io/bash)notifications:email: false