From ddf22f48244a5ecccf4f319fc99eac40c82f4fd3 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Wed, 27 Feb 2019 17:48:23 +0100 Subject: [PATCH] and disable scrutinizer for now too Signed-off-by: Jonas Sulzer --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d706c2..c22982a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,5 +48,5 @@ script: # - phpunit --configuration configuration.xml # Create coverage report - - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi" + # - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" + # - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"