diff --git a/.travis.yml b/.travis.yml index 40e6f0ea..9c41ec31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,8 @@ script: after_success: - rm -f build/clover.xml - - wget https://phar.phpunit.de/phpcov-7.0.1.phar - - phpdbg -qrr phpcov-7.0.1.phar merge build --clover build/clover.xml + - wget https://phar.phpunit.de/phpcov-7.0.2.phar + - phpdbg -qrr phpcov-7.0.2.phar merge build --clover build/clover.xml - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml @@ -51,6 +51,7 @@ deploy: - provider: script script: bash ./docker/build on: + all_branches: true condition: $TRAVIS_PULL_REQUEST == 'false' php: '7.4' - provider: releases