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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 17:30:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 17:30:21 +0300
commit1bac6d642d6428101799677904ae006c6ee6dfe8 (patch)
tree65271ab7298ed6c1f8631db8eacd18916b8b0a86 /.travis.yml
parent7651b693d24dc2a68a46e025644f7085826840f6 (diff)
Fix phpunit config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f8ffe9b..80980ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,8 @@ script:
- php ../../occ app:check-code twofactor_sms
# Run PHP tests
- - ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml
- - ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.integration.xml
+ - ./vendor/phpunit/phpunit/phpunit --fail-on-warning -c tests/phpunit.xml
+ - ./vendor/phpunit/phpunit/phpunit --fail-on-warning -c tests/phpunit.integration.xml
# Upload coverage report to Scrutinizer
- if [[ "$PHP_COVERAGE" = "TRUE" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi