Ensured docker build happens in all branches

This commit is contained in:
Alejandro Celaya 2020-03-21 15:31:14 +01:00
parent 32eb9924e5
commit 881da3db3b

View file

@ -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