Blame | Last modification | View Log | Download
language: phpphp:- 7.0- 7.1- 7.2- mastersudo: falsebefore_install:- composer self-update- composer clear-cacheinstall:- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggestscript:- ./vendor/bin/phpunit --coverage-clover=coverage.xmlafter_success:- bash <(curl -s https://codecov.io/bash)notifications:email: false