Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-03 18:50:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-03 18:50:24 +0300
commitcc5653c879241824c28b6504fe7b6f343b370fe5 (patch)
tree4fc8ea7fedc9671a53f3f2556efce7a320cb13c2 /.travis.yml
parent62c7f09c3c1c92e5bab88a0e4743037c30d8afe6 (diff)
Fix phpunit warnings and apply stricter CI checks
Since a few weeks I'm constantly seeing four warnings whenever I attempt to run phpunit locally. As they didn't make out CI jobs fail, nobody seemed to care. As that's a risky situation, I've fixed all the reported warnings and - to ensure this doesn't happen again - I've enabled failure on warnings. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d46930eb..3d7f214c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -96,7 +96,7 @@ script:
# Run PHP tests
- cd tests
- - ../vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
+ - ../vendor/phpunit/phpunit/phpunit --configuration phpunit.xml --fail-on-warning
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then wget https://scrutinizer-ci.com/ocular.phar;
fi
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then php ocular.phar code-coverage:upload --format=php-clover