From 881da3db3bcbe3053aaa64004bcd3f226b344e9f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 21 Mar 2020 15:31:14 +0100 Subject: [PATCH] Ensured docker build happens in all branches --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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