diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 47690a7c..0fbe2943 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -16,11 +16,6 @@ checks: fix_line_ending: true fix_identation_4spaces: true fix_doc_comments: true - -tools: - external_code_coverage: - timeout: 600 - runs: 3 build: tests: override: diff --git a/.travis.yml b/.travis.yml index bd4332a0..dcb10432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,4 @@ before_script: script: - php vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 src/ - - phpunit --coverage-text --coverage-clover=coverage.clover - -after_script: - - wget https://scrutinizer-ci.com/ocular.phar - - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php ocular.phar code-coverage:upload --access-token="ec5719af9c1465a6878b55619b6ebdde22b873dd93da9815ce6a35585f446cfa" --format=php-clover coverage.clover; fi \ No newline at end of file + - phpunit --coverage-text --coverage-clover=coverage.clover \ No newline at end of file