From 9a7392ac1f228ecdbb1147b0138b218a83ce2929 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Oct 2018 22:04:32 +1000 Subject: [PATCH] fixes for code coverage (#2419) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1aeaba6f9fd9..dca6b69187ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,11 +55,11 @@ before_script: # Make sure the app is up-to-date script: - - php ./vendor/bin/phpunit --debug --verbose + - php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) - + notifications: email: on_success: never