From b5fed807f3b7983d3bbe4dacec7eb7ee33aa2fcc Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 1 Jun 2014 13:45:51 +0200 Subject: [PATCH] Add -html suffix to existing code-coverage shell script. --- .travis.yml | 2 +- .../{upload-code-coverage.sh => upload-code-coverage-html.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename travis/{upload-code-coverage.sh => upload-code-coverage-html.sh} (100%) diff --git a/.travis.yml b/.travis.yml index f12b4e0e..1f858845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,6 @@ script: - travis/run-phpunit.sh after_success: - - sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage.sh; fi" + - sh -c "if $TRAVIS_SECURE_ENV_VARS; then travis/upload-code-coverage-html.sh; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then php ocular.phar code-coverage:upload --format=php-clover code_coverage/clover.xml; fi" diff --git a/travis/upload-code-coverage.sh b/travis/upload-code-coverage-html.sh similarity index 100% rename from travis/upload-code-coverage.sh rename to travis/upload-code-coverage-html.sh